Hacker News new | ask | show | jobs
by jashmatthews 2599 days ago
Exactly. Go explored a request oriented collector with explicit generational boundaries.
1 comments

Well, if caching takes a small part of the overall workload, then you can't really say it's a "cache workload" or "cache-heavy workload", right?

My answer meant that Shenandoah would work well in a program where cache occupies like 70-80% of the heap, and generational GCs might not. But surely, neither are going to break from a 1%-heap cache.