https://github.com/jeremyko/nbspsc_queue
Non Blocking Single Producer Single Consumer queue using plain array
https://github.com/jeremyko/nbspsc_queue
queue wait-free-queue
Last synced: 3 months ago
JSON representation
Non Blocking Single Producer Single Consumer queue using plain array
- Host: GitHub
- URL: https://github.com/jeremyko/nbspsc_queue
- Owner: jeremyko
- License: mit
- Created: 2015-12-19T09:30:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T05:54:38.000Z (about 5 years ago)
- Last Synced: 2025-01-02T02:43:23.201Z (5 months ago)
- Topics: queue, wait-free-queue
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NBSPSC_Queue
Non Blocking Single Producer Single Consumer queue using vector## sample
mkdir build; cd build ; cmake ..