Uses of Interface
com.conversantmedia.util.concurrent.ConcurrentQueue
Packages that use ConcurrentQueue
-
Uses of ConcurrentQueue in com.conversantmedia.util.concurrent
Classes in com.conversantmedia.util.concurrent that implement ConcurrentQueueModifier and TypeClassDescriptionfinal class
This is a lock free blocking queue that implements a fixed length queue backed by a ring buffer.final class
Alternative implementation for benchmarking purposes(package private) class
Dmitry Vyukov, Bounded MPMC queue - http://www.1024cores.net/home/lock-free-algorithms/queues/bounded-mpmc-queue Added for benchmarking and comparison.class
This is the disruptor implemented for multiple simultaneous reader and writer threads.final class
Single thread implementation of disruptorclass
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.