Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
SirYwell
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
SirYwell
2y ago
Why doesn't it mention the used Java version? And a few flame graphs would be interesting as well.
2.
▲
by
SirYwell
3y ago
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 an applicat
3.
▲
by
SirYwell
3y ago
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 ZGC. So instead of