How we tracked down a Go 1.24 memory regression

37 gandem 2 7/17/2025, 8:02:41 PM datadoghq.com ↗

Comments (2)

nitinreddy88 · 1h ago
I am more interested to learn about Swiss tables than bug fix :)

What are the best places to learn modern implementations of traditional data structures. Many of these utilise SIMD for last mile usage of modern hardware

skavi · 25m ago
could read one of the implementations. there’s the original abseil implementation and rust’s in the hashbrown crate. probably many more.