Releases: conversant/disruptor
Releases · conversant/disruptor
Conversant Disruptor 1.2.9
Conversant Disruptor 1.2.9, includes both Java 7 and Java 8 support
Conversant Disruptor 1.2.8-JDK7
Conversant Disruptor for Java 7
Conversant Disruptor 1.2.8
Latest release of Conversant Disruptor
Conversant Disruptor 1.2.7
- Performance tuning for latest Haswell Xeon processors (lazySet removed)
- Padded buffer array for false sharing
- Includes DisruptorBlockingQueue, SequenceLock, ConcurrentStack and PushPullBlockingQueue
- Tested against MPMC for single and multithreaded senarios
Overprotective Version for non-Intel land
This release contains a commit to use AtomicReferenceArray in place of the array buffer.
If your using Conversant Disruptor on non-Intel processors, use this version, if you are using Intel, don't.
Minor bug fixes
Fixing some small bugs based on review feedback.
Conversant Disruptor 1.2.4
Lowering the CPU aggressiveness of the Waiting approach slightly.
Conversant Disruptor 1.2.3
Bug fix to address a bug in the notFull condition and to improve scheduling fairness
Conversant Disruptor 1.2.2
- SequenceLock
- ConcurrentStack using SequenceLock
- BlockingStack API
- Consolodate waiting code to 1 source base
- Adding spin policy and spin waiting, additional tuning
ConcurrentStack
Included ConcurrentStack