Skip to content

Releases: conversant/disruptor

Conversant Disruptor 1.2.9

22 Dec 21:17
Compare
Choose a tag to compare

Conversant Disruptor 1.2.9, includes both Java 7 and Java 8 support

Conversant Disruptor 1.2.8-JDK7

06 Sep 21:22
Compare
Choose a tag to compare

Conversant Disruptor for Java 7

Conversant Disruptor 1.2.8

06 Sep 21:23
Compare
Choose a tag to compare

Latest release of Conversant Disruptor

Conversant Disruptor 1.2.7

27 Apr 18:08
Compare
Choose a tag to compare
  • 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

09 Mar 20:21
Compare
Choose a tag to compare

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

09 Mar 19:57
Compare
Choose a tag to compare

Fixing some small bugs based on review feedback.

Conversant Disruptor 1.2.4

29 Feb 21:30
Compare
Choose a tag to compare

Lowering the CPU aggressiveness of the Waiting approach slightly.

Conversant Disruptor 1.2.3

23 Feb 22:01
Compare
Choose a tag to compare

Bug fix to address a bug in the notFull condition and to improve scheduling fairness

Conversant Disruptor 1.2.2

22 Feb 17:25
Compare
Choose a tag to compare
- SequenceLock
- ConcurrentStack using SequenceLock
- BlockingStack API
- Consolodate waiting code to 1 source base
- Adding spin policy and spin waiting, additional tuning

ConcurrentStack

28 Jan 20:42
Compare
Choose a tag to compare

Included ConcurrentStack