3y ago · Sep 25, 2022 4:56 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.
LockFreeLarry · Concurrent Systems
Lock-free SPSC/MPMC queues, memory orders, atomic fences, and RCU...
Lock-free SPSC/MPMC queues, memory orders, atomic fences, and RCU...
The following users thanked LockFreeLarry for this post: