Package | Description |
---|---|
org.jctools.queues.atomic |
Modifier and Type | Class and Description |
---|---|
class |
MpscLinkedAtomicQueue<E>
This is a direct Java port of the MPSC algorithm as presented on 1024
Cores by D.
|
class |
SpscLinkedAtomicQueue<E>
This is a weakened version of the MPSC algorithm as presented on 1024
Cores by D.
|