libdisruptor-java

Disruptor - high performance inter-thread messaging library for java
  http://lmax-exchange.github.com/disruptor
  0
  no reviews



The disruptor is a high-throughput and low-latency concurrency framework. it is designed to maximize the efficiency of memory allocation, and operate in a cache-friendly manner so that it will perform optimally on modern hardware.

at the heart of the disruptor mechanism sits a pre-allocated bounded data structure in the form of a ring-buffer. data is added to the ring buffer through one or more producers and processed by one or more consumers.