Go finally gets SIMD in 1.26

Go 1.26 shipped simd/archsimd behind GOEXPERIMENT=simd, giving Go native SIMD intrinsics for the first time. I tried it on a real data structure to see what it feels like in practice.

March 20, 2026 · 4 min · Sam Batschelet