VaTTeRGeR / JAtomicRingBuffer

Fast and easy to use SPSC Circular Ringbuffer using core principles presented by the developers of the LMAX Disruptor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Fast and easy to use SPSC Circular Ringbuffer using core principles presented by the developers of the LMAX Disruptor.

License:The Unlicense


Languages

Language:Java 100.0%