Crates.io | riffy |
lib.rs | riffy |
version | 0.1.1 |
source | src |
created_at | 2021-01-07 13:18:31.44924 |
updated_at | 2021-01-11 20:09:40.805337 |
description | An unbounded, wait-free, multi-producer-single-consumer queue. |
homepage | |
repository | https://github.com/s1ck/riffy |
max_upload_size | |
id | 333708 |
size | 29,228 |
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