cd/sources/monoid-auto-discoveredยท homeโ€บ sourcesโ€บ Monoid (auto-discovered)
cat /sources/monoid-auto-discovered.feed | wc -l โ†’ 1

Monoid (auto-discovered)

articles 1 domain monoid.github.io โ†’ feed RSS
08:22
2026-07-07
monoid.github.io
computer-vision

Why false sharing alignment should be 128 bytes on x64

False sharing alignment on x64 should be 128 bytes instead of the traditional 64 bytes because Intel's Sandy Bridge architecture and later CPUs may load cache lines in pairs via a spatial prefetcher, โ€ฆ