2 releases
0.1.1 | Jan 11, 2021 |
---|---|
0.1.0 | Jan 7, 2021 |
#1099 in Concurrency
Used in key-message-channel
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.