Skip to content

Cache coherence

Category: Parallelism · Status: stub

One line: Keeping several cached copies of the same data consistent when one of them is written — done in hardware between a CPU's cores, at a cost that false sharing exposes.

Also called: cache invalidation, write-back.

How it connects

Where to read more