Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 259 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 259 Bytes

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