Hacker News new | ask | show | jobs
by hinkley 496 days ago
You only get low full GC as long as the entire app makes no allocations, not just the hot path. If you allocate garbage at all eventually you will trigger one.