False Sharing in Go: How 64-Byte Cache Lines Slow Down Race-Free Code
Your CPU does not read single bytes. It moves memory between caches in fixed-size blocks called cache lines — 64
Continue readingFalse Sharing in Go: How 64-Byte Cache Lines Slow Down Race-Free Code