Hacker News new | ask | show | jobs
by felixge 438 days ago
+1. In particular []byte slice allocations are often a significant driver of GC pace while also being relatively easy to optimize (e.g. via sync.Pool reuse).