Quick Numbers: Atomic and Mutex
Sometimes I'm the poster child for premature optimization. Normally, I write something and if it is fast enough I don't look at the benchmarks. I've written a lot of Go, so I generally have performant code that gets the job done without benchmarking. Most of what I write has a specific audience, so I can simply base it on if it holds up with the clients. But certain work, such
[Read More]