
Hazard Pointers in C++26
Hazard pointers provide garbage collection in C++ and solve the ABA problem.
First of all. What…

My ALS Journey (22/n): Call for Collaboration
Today, I have a special call for collaboration.
>> My ALS Journey so far <<
My Challenge
…

A Lock-Free Stack: A Hazard Pointer Implementation Explained II
In my last post, I started to explain a hazard pointer implementation: A Lock-Free Stack: A Hazard Pointer…

A Lock-Free Stack: A Hazard Pointer Implementation Explained I
In my last post, I presented a hazard pointer implementation: A Lock-Free Stack: A Hazard Pointer Implementation.…

My ALS Journey (21/n): ALS Fundraiser by Jen and Jason
Today, I want to present you something special.
>> My ALS Journey so far <<
ALS Fundraiser…

A Lock-Free Stack: A Hazard Pointer Implementation
Hazard Pointers solve all issues of the previous implementation: A Lock-Free Stack: A Simple Garbage…

A Lock-Free Stack: A Simple Garbage Collector
My next lock-free stack includes a simple garbage collector.
I discussed the concurrent execution…

A Lock-Free Stack: Atomic Smart Pointer
The easiest way to solve this memory leak issue from the last post is to use a std::shared_ptr.
Atomic…

A Lock-Free Stack: A Complete Implementation
My last lock-free stack implementation was incomplete. It only supported push operations. Let's change…

My ALS Journey (20/n): Aids
Today, I would like to introduce all the important aids that allow me and Beatrix to get through the…