A fast single-producer, single-consumer lock-free queue for C++
https://github.com/cameron314/readerwriterqueue
A lock-free queue (that I designed from scratch) for C++.
It only supports a two-thread use case (one consuming, and one producing).
The threads can't switch roles, though you could use this queue completely
from a single thread if you wish (but that would sort of defeat the purpose!).
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout multimedia:proaudio/readerwriterqueue && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| readerwriterqueue-1.0.7.tar.gz | 0000041962 41 KB | |
| readerwriterqueue.changes | 0000000154 154 Bytes | |
| readerwriterqueue.spec | 0000002450 2.39 KB |
Comments 0