Consistency in State/Memory Manipulation – CC
Consistency models define the rules for how updates to shared memory or state are propagated and visible across different processes or nodes. These models ensure that multiple processes or nodes observe the same sequence of updates, providing a framework for managing shared data in a consistent manner.
Standford University Slides: Memory Consistency
Parallel Computing Consistency Explained – Information Document