sync.Pool: The Optimization You Reach for Last, Not First
📰 Dev.to · Gabriel Anhaia
sync.Pool is the wrong first answer to most allocation questions in Go. Here is when it actually helps, when it hurts, and what to measure first.
sync.Pool is the wrong first answer to most allocation questions in Go. Here is when it actually helps, when it hurts, and what to measure first.