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
- Host: GitHub
- URL: https://github.com/s1ck/riffy
- Owner: s1ck
- License: mit
- Created: 2020-12-11T15:48:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T20:16:19.000Z (over 5 years ago)
- Last Synced: 2025-07-21T16:16:49.985Z (12 months ago)
- Topics: mpsc, queue, rust
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- 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