Hacker News new | ask | show | jobs
by fpoling 25 days ago
With backend serving many clients with widely varying performance profile of individual requests when latency spikes happen there is no particular hot loop. Just many go routines each doing reasonable thing but with a particular request pattern hitting pathological case of GC.
1 comments

Extreme variance in usage patterns will always be challenging. But pre allocating some reasonably sized buffers can go a long way.