Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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.


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


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."


Except 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


It doesn't matter at all. C4 uses STW.


I wish I could have learned more from this interaction than it doesn't matter.




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: