Skip to content

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

License

Notifications You must be signed in to change notification settings

VaTTeRGeR/JAtomicRingBuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages