Abstract
Ever wondered what happens when too many goroutines fight over the same lock? In Go 1.24, sync.Mutex got a clever upgrade: smarter spinning!
In this talk, we’ll peek under the hood of the Go runtime to see how the new spin loop works, why it’s faster, and how it helps your services scale more smoothly. Expect runtime internals, benchmarks, and a few lock-heavy demos where the new behaviour shines!