6y ago · Jan 10, 2020 5:36 PM
A lock-free object pool using a tagged atomic pointer (combining pointer address with a 16-bit generation counter) to completely eliminate the ABA problem in CAS operations.
Cpp23Pioneer · Cutting Edge C++23
Exploring std::mdspan, std::expected, deducing this, and stacktra...
Exploring std::mdspan, std::expected, deducing this, and stacktra...
The following users thanked Cpp23Pioneer for this post: