Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Lock-free Atomic Shared Pointers Without a Split Reference Count - Implementation Strategies

CppCon via YouTube

Overview

Explore a groundbreaking approach to implementing lock-free atomic shared pointers without using a split reference count in this CppCon 2023 talk. Delve into the challenges of using std::shared_ptr in concurrent programming and learn about a novel strategy that achieves excellent performance without relying on double-word compare-exchange operations or pointer bit manipulation. Discover how this elegant solution leverages hazard pointers and deferred reclamation, making it timely and simple to implement with nearly-standard C++. Gain insights from Daniel Anderson, an assistant teaching professor at Carnegie Mellon University, as he presents this innovative technique for managing dynamic memory in highly concurrent C++ applications.

Syllabus

Lock-free Atomic Shared Pointers Without a Split Reference Count? It Can Be Done! - Daniel Anderson

Taught by

CppCon

Reviews

Start your review of Lock-free Atomic Shared Pointers Without a Split Reference Count - Implementation Strategies

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.