Y
Hacker News
new
|
ask
|
show
|
jobs
by
yunnpp
108 days ago
His question is still valid for latency. That parallel GC in Java still seems to pause threads from a quick search.
https://inside.java/2022/08/01/sip062/
1 comments
zokier
107 days ago
That's why we got ZGC and Shenandoah, and their generational variants, which have very low pause times (in the order of 1 ms)
link