5y ago · Feb 13, 2021 6:43 PM
False sharing occurs when two independent threads modify variables that reside on the exact same 64-byte CPU cache line. Even though the variables are distinct, the hardware cache coherence protocol constantly invalidates cache lines across cores.
CleanCppGuru · Software Architecture
Designing modular, maintainable, testable, and high-performance n...
Designing modular, maintainable, testable, and high-performance n...
The following users thanked CleanCppGuru for this post: