#mpsc #thread #fifo #multi-producer #single-consumer

riffy

An unbounded, wait-free, multi-producer-single-consumer queue

2 releases

0.1.1 Jan 11, 2021
0.1.0 Jan 7, 2021

#1027 in Concurrency

22 downloads per month
Used in key-message-channel

MIT license

26KB
490 lines

riffy

riffy is an unbounded, wait-free, multi-producer-single-consumer queue.

It's a Rust-port of Jiffy which is implemented in C++ and described in this arxiv paper.

License: MIT


lib.rs:

riffy

riffy is an unbounded, wait-free, multi-producer-single-consumer queue.

It's a Rust-port of Jiffy which is implemented in C++ and described in this arxiv paper.

No runtime deps