An Interesting Lock-free Queue - Part 2
Offered By: CppNow via YouTube
Course Description
Overview
Dive into the intricacies of a complex lock-free queue implementation in this advanced C++ conference talk. Explore the challenges and solutions involved in creating a multi-producer, multi-consumer, growing, shrinking, mostly contiguous, lock-free circular queue. Learn techniques for proving the correctness of lock-free algorithms and discuss the balance between provability and testing. Build upon the foundations established in the previous talk, expanding the queue's features and addressing new challenges that arise during development. Gain valuable insights into advanced concurrent programming concepts and best practices for designing robust, high-performance data structures in C++.
Syllabus
Tony Van Eerd: An Interesting Lock-free Queue - Part 2 of N
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube