rigtorp / SPSCQueue

A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
MIT License
889 stars 128 forks source link

Benchmarking against other queues ? #37

Open jcelerier opened 2 years ago

jcelerier commented 2 years ago

such as https://github.com/cameron314/readerwriterqueue ; it would be interesting to have a complete set of benchmarks for SPSC queues like https://max0x7ba.github.io/atomic_queue/html/benchmarks.html does for MPMC queues

rigtorp commented 11 months ago

Yes but I don't have time!