Hacker News new | ask | show | jobs
by mikmoila 1184 days ago
>>You scan the live set (which most often is not dependent on the heap size).

This was an eye-opener for me; That GCs performance do not depend on the size of garbage but on the size of the live objects, finalizers excluded.