Skip to content

Conversant Disruptor 1.2.11

Compare
Choose a tag to compare
@jac18281828 jac18281828 released this 17 Aug 18:02
· 66 commits to master since this release

Performance improvements for Java 8 and above.

Improved techniques to avoid cache line sharing
 - using @sun.misc.Contended in some key locations
 - -XX:-RestrictContended is now required for best performance

Initial Support for Java 9
- Provide a callback for handling PAUSE instruction in JVM
- onSpinWait is currently commented out for jdk8 build

Java 7 is no longer supported!