Cache Coherency
How multiple CPU caches maintain a consistent view of shared memory.
Cache Line Bouncing
How competing CPU cores can repeatedly transfer ownership of a cache line, creating coherence traffic and reducing multithreaded performance.
False Sharing
How independent variables sharing one cache line can create unnecessary coherence traffic between CPU cores.