7 ms·
> Unity's GC is unique in that it has an incremental marking phase. Does ZGC not also have an incremental marking phase?
by needlesslygrim 2mo ago
> Unity's GC is unique in that it has an incremental marking phase.
Does ZGC not also have an incremental marking phase?
- mibsl 2mo agoAlso, the default collector, G1, introduced more than 15 years ago. Most JVM GCs are concurrent, too.