Главная
Study mode:
on
1
Intro
2
Background: Trend
3
Background: Shared Memory
4
What is lock free?
5
Atomic Operations (cont'd)
6
Lock free stack - Push (cont'd)
7
Lock free stack - Pop (cont'd)
8
ABA Problem (cont'd)
9
Memory Reordering (cont'd)
10
Performance (cont'd)
Description:
Explore the principles and techniques of lock-free programming in this 29-minute conference talk by Song Pan. Delve into the world of multi-core processors and parallel computing, understanding how lock-free programming addresses the challenges of shared memory and data races in concurrent systems. Learn about atomic operations and their role in implementing lock-free data structures, using a lock-free stack as a practical example. Examine potential pitfalls such as the ABA problem and memory reordering, and gain insights into the performance benefits of lock-free programming compared to traditional locking methods. Ideal for programmers and computer scientists interested in advanced concurrent programming techniques for multi-threaded applications.

Lock-Free Programming

Churchill CompSci Talks
Add to list