HNNewShowAskJobs
Built with Tanstack Start
Understanding JVM Garbage Collector Performance(mill-build.org)
14 points by lihaoyi 6 months ago | 3 comments
  • Tostino6 months ago

    Thanks for the write-up with some actual numbers (though a contrived workload). Crazy how low the pause times for ZGC are now. I hope Valhalla can help alleviate some of the GC pressure in general as libraries/frameworks/programs migrate their data structures to use it.

  • jutworks6 months ago

    The benchmark doesn't seem particular relevant for real world usage. I've always seen sub 100 microsecond pause times with ZGC (for a variety of different workloads), and that was with large heaps (10s of GBs). Shenandoah also delivers sub ms pause times for large heaps

  • 6 months ago
    [deleted]