top | item 43732755

(no title)

pebal | 10 months ago

There are no production implementations of GC algorithms that don't stop the world at all. I know this because I have some expertise in GC algorithms.

discuss

order

kelseyfrog|10 months ago

I'm curious why you don't consider C4 to be production grade

pebal|10 months ago

Azul C4 is not a pauseless GC. In the documentation it says "C4 uses a 4-stage concurrent execution mechanism that eliminates almost all stop-the-world pauses."