Group: Boundedbuffer
1.Low Latency Primitive Concurrent Queues
uk.co.boundedbuffer » low-latency-primitive-concurrent-queues Apache
An low latency, lock free, primitive bounded blocking queue backed by an int[].
This class mimics the interface of {@linkplain java.util.concurrent.BlockingQueue BlockingQueue},
however works with primitive ints rather than objects, ...
Last Release on Feb 24, 2014
