Go 1.23 - 1 - 2 - 3 Surprise!
A close look at iterators, a controversy and some hidden surprises
A close look at iterators, a controversy and some hidden surprises
Everyone’s going loopy about Go’s latest language changes. Nobody seems to have noticed an important fix
Learn how PGO improves use of inlining and CPU instruction caches. I show how to get biggest boost for your projects by using the right CPU profile
Easily track down performance problems with flame graphs.
Why it’s important to use defer for maintainability and in the presence of panics. I also look at some common pitfalls.