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 by the instructor covers the importance of lock-free synchronization in achieving low latency in distributed systems. The lecture delves into topics such as hardware acceleration of high-level abstractions, software transactional memory, and the challenges of fine-grained synchronization. Various techniques for generating unique identifiers and implementing a multi-producer, single-consumer queue are discussed. The lecture also explores the design considerations for atomic RDMA reads and proposes scalable schemes for sharing connections on a network card between threads. Lock-free synchronization techniques are highlighted as crucial for high-performance distributed systems.