An open API service indexing awesome lists of open source software.

https://github.com/s1ck/riffy

Unbounded, wait-free, multi-producer-single-consumer queue ported from https://github.com/DolevAdas/Jiffy
https://github.com/s1ck/riffy

mpsc queue rust

Last synced: 10 months ago
JSON representation

Unbounded, wait-free, multi-producer-single-consumer queue ported from https://github.com/DolevAdas/Jiffy

Awesome Lists containing this project

README

          

# riffy

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

It's a Rust-port of [Jiffy](https://github.com/DolevAdas/Jiffy)
which is implemented in C++ and described in [this arxiv paper](https://arxiv.org/abs/2010.14189).

License: MIT