SPSCQueue icon indicating copy to clipboard operation
SPSCQueue copied to clipboard

A bounded single-producer single-consumer wait-free and lock-free queue written in C++11

Results 13 SPSCQueue issues
Sort by recently updated
recently updated
newest added

Running benchmark on my machine: without patch ``` SPSCQueue: 27176 ops/ms 193 ns RTT boost::lockfree::spsc: 18873 ops/ms 298 ns RTT ``` with patch: ``` SPSCQueue: 41091 ops/ms 189 ns RTT...

I am making a `conda-forge` package for `spscqueue`. I need it for another package --`mumble-voip`. If you would like to be a maintainer for the eventual feedstock, make a comment...

Hi, Very excited about your spsc queue implementation. But repo looks a bit abandoned. Can you please make a release out of latest changes? Thanks in advance :)