A Lock-Free std::atomic std::shared_ptr
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore the intricacies of implementing a lock-free std::atomic std::shared_ptr in this comprehensive conference talk from ACCU 2022. Delve into the motivation behind atomic shared pointers, review the inner workings of std::shared_ptr, and trace the history of std::atomic std::shared_ptr in C++20. Examine existing implementations and various strategies, culminating in the presentation of a new, portable, lock-free atomic shared_ptr implementation. Gain valuable insights into thread-safety, control blocks, and the challenges of creating efficient smart pointers for low-latency and real-time applications in modern C++ programming.
Syllabus
A lock-free std::atomic std::shared_ptr - Timur Doumler - ACCU 2022
Taught by
ACCU Conference
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 A Lock-Free Atomic Shared_Ptr
NDC Conferences via YouTube