Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the Sequential Consistency (SC) model, a classical model in concurrency and parallelism. SC ensures that the results of any execution are as if all processor operations were in a sequential order. The lecture explains program order, atomicity, and the basic idea of SC model with examples. It also discusses how SC handles overlapping executions and synchronization accesses, impacting program performance.