Hacker News new | ask | show | jobs
by ok123456 1299 days ago
Go solved this problem with a three color garbage collector.
1 comments

It is a tradeoff. Most of Java’s GCs optimize for throughput (and they absolutely succeed at that), but that comes at a larger memory consumption.