universeodon.com is part of the decentralized social network powered by Mastodon.
Be one with the #fediverse. Join millions of humans building, creating, and collaborating on Mastodon Social Network. Supports 1000 character posts.

Administered by:

Server stats:

3.4K
active users

Learn more

#zgc

0 posts0 participants0 posts today

"For a given CPU utilization target, ZGC improves both average and P99 latencies with equal or better CPU utilization when compared to G1."

Finally someone coming out with some number comparisons of using ZGC in their workload - still hoping for the big Java projects to follow, or at least have some benchmark/CI numbers public.

netflixtechblog.com/bending-pa #java #zgc

Netflix TechBlog · Bending pause times to your will with Generational ZGCBy Netflix Technology Blog

@violet Regarding low-collection overhead, there are also strategies like #Ada's storage pools and #Java's #ZGC's concurrent garbage collection (wiki.openjdk.org/display/zgc/M), where the variance is very predictable (strict guarantee: won't be more than 1ms iirc; I think it qualifies as a firm real-time garbage collector) .

Storage pools have been implemented in #CommonLisp before, and there's no reason implementations cannot have realtime garbage collectors (iirc NASA has done it before).

wiki.openjdk.orgMain - Main - OpenJDK Wiki