SCQ is a lock-free, linearizable, memory-efficient MPMC FIFO queue that uses fetch-and-add on hot paths and avoids livelock via a threshold counter.
Title resolution pending
1 Pith paper cite this work. Polarity classification is still indexing.
1
Pith paper citing it
fields
cs.DC 1years
2019 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue
SCQ is a lock-free, linearizable, memory-efficient MPMC FIFO queue that uses fetch-and-add on hot paths and avoids livelock via a threshold counter.