Hacker News new | ask | show | jobs
by flagsrule 1274 days ago
And if the GC ever starts slowing you down, just run a profiler and eliminate the allocations. It's usually as simple as replacing a dependency or using sync.Pool in the hot path.