Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 354 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 354 Bytes

JAtomicRingBuffer

Allows very fast and easy passing of objects from one thread to another thread.

A single producer single consumer circular ringbuffer using core principles presented by the developers of the LMAX Disruptor: https://www.youtube.com/watch?v=DCdGlxBbKU4

Installing: Just grab AtomicRingBuffer.java from the repo and you're good to go.