summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_nvbcq.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-18Added missing inline keyword.Alejandro Colomar1-3/+3
2020-08-11Circular queues implementations and a test.Max Romanov1-0/+146
- naive circular queue, described in the article "A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue" by Ruslan Nikolaev: https://drops.dagstuhl.de/opus/volltexte/2019/11335/pdf/LIPIcs-DISC-2019-28.pdf - circular queue, proposed by Valentin Bartenev in the "Unit router application IPC" design draft