gil 0.8.0

A collection of high-performance, lock-free concurrent queues (SPSC, MPSC, MPMC, SPMC) with sync and async support
Documentation
1
2
3
4
5
6
7
# TODO

- use `#[cold]` and other possible `std::hint` stuff
- broadcast queue
- copy benchmarks from other implementations
- comparison benchmarks
- try this benchmark too: https://github.com/chaoran/fast-wait-free-queue