| BlockingStack |
Created by jcairns on 2/16/16.
|
| ConcurrentQueue |
A very high performance blocking buffer, based on Disruptor approach to queues
Created by jcairns on 5/28/14.
|
| MultithreadConcurrentQueue |
This is the disruptor implemented for multiple simultaneous reader and writer threads.
|
| OptimisticLock |
Created by jcairns on 2/12/16.
|
| PushPullConcurrentQueue |
Tuned version of Martin Thompson's push pull queue
Transfers from a single thread writer to a single thread reader are orders of nanoseconds (3-5)
This code is optimized and tested using a 64bit HotSpot JVM on an Intel x86-64 environment.
|
| SpinPolicy |
Three SpinPolicy values are supported.
|