cc-queue

Crates.iocc-queue
lib.rscc-queue
version0.0.1
sourcesrc
created_at2018-01-30 11:11:22.188015
updated_at2018-01-30 11:35:04.628504
descriptionFatourou 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.
homepagehttps://github.com/lemonrock/cc-queue
repositoryhttps://github.com/lemonrock/cc-queue.git
max_upload_size
id48882
size48,145
Raphael Cohn (raphaelcohn)

documentation

README

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.

Commit count: 7

cargo fmt