mateusz@systems
~/book/false-sharing
$ cat section.md
False sharing
[Content coming soon...]
This section will cover false sharing: how concurrent accesses by different processors to unrelated variables in the same cache line, with at least one write, can severely degrade parallel performance—and how to detect and mitigate the problem.