Y
Hacker News
new
|
ask
|
show
|
jobs
by
ok123456
1299 days ago
Go solved this problem with a three color garbage collector.
1 comments
kaba0
1298 days ago
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.
link