Ecosyste.ms: Awesome
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: 3 months ago
JSON representation
Unbounded, wait-free, multi-producer-single-consumer queue ported from https://github.com/DolevAdas/Jiffy
- Host: GitHub
- URL: https://github.com/s1ck/riffy
- Owner: s1ck
- License: mit
- Created: 2020-12-11T15:48:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T20:16:19.000Z (almost 4 years ago)
- Last Synced: 2024-09-29T20:41:59.369Z (3 months ago)
- Topics: mpsc, queue, rust
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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