Crates.io | cc-queue |
lib.rs | cc-queue |
version | 0.0.1 |
source | src |
created_at | 2018-01-30 11:11:22.188015 |
updated_at | 2018-01-30 11:35:04.628504 |
description | 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. |
homepage | https://github.com/lemonrock/cc-queue |
repository | https://github.com/lemonrock/cc-queue.git |
max_upload_size | |
id | 48882 |
size | 48,145 |
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.
The license for this project is MIT.