MPMC: The Multi Multi Queue vs. CLQ

from blog Psychosomatic, Lobotomy, Saw, | ↗ original
{This post is part of a long running series on lock free queues, checkout the full index to get more context here} JCTools, which is my spandex side project for lock-free queues and other animals, contains a lovely gem of a queue called the MpmcArrayQueue. It is a port of an algorithm put forward by D. Vyukov (the lock free ninja) which I briefly...