loony
loony copied to clipboard
LoonyQueue Single Consumer Implementation
The consumers are the slowest set of operations.
A single consumer loonyqueue would be drastically faster for MPSC situation.
I have implemented a version of the LoonyQueueSC, however there is some odd behaviour when tracking deallocations of the node.
WIP