A Lock-Free Atomic Shared Pointer in Modern C++
Offered By: CppCon via YouTube
Course Description
Overview
Explore the implementation of a lock-free atomic shared pointer in modern C++ through this conference talk from CppCon 2022. Dive into the motivation behind creating a lock-free atomic shared_ptr, review the workings of std::shared_ptr, and trace the history of std::atomic. Examine existing implementations and various implementation strategies before discovering a new, portable, lock-free atomic shared_ptr implementation. Gain insights from Timur Doumler, Developer Advocate for C++ tools at JetBrains and active ISO C++ standard committee member, as he addresses the limitations of current std::atomic implementations in low-latency and real-time applications.
Syllabus
A Lock-Free Atomic Shared Pointer in Modern Cpp - Timur Doumler - CppCon 2022
Taught by
CppCon
Related Courses
Fortran with OpenMPYouTube Stanford Seminar - Instruction Sets Should Be Free- The Case for RISC-V
Stanford University via YouTube Engagement Activity Delta Lake for Einstein Analytics and Sales Cloud Einstein
Databricks via YouTube Lock-Free Programming
Churchill CompSci Talks via YouTube Concurrent Garbage Collectors - ZGC & Shenandoah
Devoxx via YouTube