Hacker News new | ask | show | jobs
by satanspastaroll 2417 days ago
Latency minimal GC is the right choice for game servers. The most available one is G1, though others like Shenandoah and ZGC are on the way
1 comments

I played with a few of them. A server I used to run had a leaky mod that would, when a base was large, leak so much that the GC would hit twice a minute with a 5 second stall. It didn’t matter what GC was used. I never found a solution.