Is there a production ready lock-free queue or hash implementation in C++ [closed]

As of 1.53, boost provides a set of lock free data structures, including queues, stacks and single-producer/single-consumer queues (i.e. ring buffers).

Leave a Comment