queues
queues copied to clipboard
A public domain lock free queues implemented in C++11
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....