cc-queue 0.0.1

Fatourou and Kallimanis's CC Queue, ccqueue, an unbounded, concurrent blocking queue faster than the classic Michael & Scott queue, suitable for use with different memory allocators.
Documentation

cc-queue

cc-queue is an implementation in Rust of Fatourou and Kallimanis's blocking, unbounded queue known as CCQueue. It has better performance than the classic unbounded queue MSQueue, the Michael & Scott Queue.

Licensing

The license for this project is MIT.