SirYwell
No user record in our sample, but SirYwell has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but SirYwell has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Why doesn't it mention the used Java version? And a few flame graphs would be interesting as well.
Allocation + deallocation might have more overhead together. I'll try to rephrase: Requesting an object from a pool might have more overhead than allocating a fresh object, and deallocating the object doesn't happen on…
Allocation is typically really cheap, maintaining pools for objects would likely have more overhead. And while collecting garbage takes resources too, it's heavily concurrently, especially in GCs like Shenandoah and…