riffy

Crates.ioriffy
lib.rsriffy
version0.1.1
sourcesrc
created_at2021-01-07 13:18:31.44924
updated_at2021-01-11 20:09:40.805337
descriptionAn unbounded, wait-free, multi-producer-single-consumer queue.
homepage
repositoryhttps://github.com/s1ck/riffy
max_upload_size
id333708
size29,228
Martin Junghanns (s1ck)

documentation

README

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

Commit count: 15

cargo fmt