queues icon indicating copy to clipboard operation
queues copied to clipboard

A public domain lock free queues implemented in C++11

Results 4 queues issues
Sort by recently updated
recently updated
newest added

SPSC fixed is far from your measurement.

When using std::aligned_storage, you must explicitly call constructor and destructors on the "reinterpreted_cast"'d object (with placement new, and explicit output->~T() call). In all case, std::aligned_storage is not required in this...

... at least for mpmc-bounded-queue.hpp Fix or remove wrong comments ?

I just wanted you to notice that on Dmitrys website footer he states that all the code is covered by the 2 clause BSD license. Maybe he added this recently....