Overview
Google, IBM & Meta Certificates — All 10,000+ Courses at 40% Off
One annual plan covers every course and certificate on Coursera. 40% off for a limited time.
Get Full Access
Explore a technical conference presentation that delves into the implementation of a multi-producer, multi-consumer, lock-free queue with unique characteristics in C++17. Learn about the queue's implementation using std::atomic features and CPU atomic instructions, while understanding its portability across different CPU architectures. Discover how this efficient message queue-based communication system can optimize performance in multi-threaded applications, particularly beneficial for trading platforms, games, and audio processing with strict latency requirements. Examine the queue's design, template language features, bandwidth considerations, and latency optimization through multiple demo applications. Compare benchmark results with existing queue implementations and discuss future improvements. Access comprehensive materials including C++17 source code, slides, benchmarks, and demo applications through the provided GitHub repository.
Syllabus
User API & C++ Implementation of a Multi Producer, Multi Consumer, Lock Free, Atomic Queue - CppCon
Taught by
CppCon