A Lock-Free Atomic Shared_Ptr
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the intricacies of implementing a lock-free atomic shared_ptr in this conference talk from NDC TechTown 2022. Delve into the motivation behind std::atomic introduced in C++20 and understand why existing implementations fall short for low-latency and real-time applications. Examine the inner workings of std::shared_ptr, trace the history of its atomic counterpart, and analyze various implementation strategies. Discover a novel, portable implementation of a lock-free atomic shared_ptr suitable for multiple platforms. Gain valuable insights into advanced C++ programming techniques and learn how to optimize thread-safe smart pointers for high-performance scenarios.
Syllabus
A lock-free atomic shared_ptr - Timur Doumler - NDC TechTown 2022
Taught by
NDC Conferences
Related Courses
Learn Multithreading with Modern C++Udemy Lock-Free Programming
Churchill CompSci Talks via YouTube Aeron - What, Why and What Next
GOTO Conferences via YouTube JDK 9 - The Performance Bits or Why You Would Really Want to Upgrade to Java 9
Devoxx via YouTube Introduction to Lock-Free Programming
NDC Conferences via YouTube