8 ms·
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."
by pebal 1y 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."
- kelseyfrog 1y agoExcept the documentation says > C4 differentiates itself from other generational garbage collectors by supporting simultaneous-generational con- currency: the different generations are collected using concurrent (non stop-the-world) mechanisms
- pebal 1y agoIt doesn't matter at all. C4 uses STW.
- kelseyfrog 1y agoI wish I could have learned more from this interaction than it doesn't matter.