# disruptor **Repository Path**: wslyx/disruptor ## Basic Information - **Project Name**: disruptor - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-03-13 - **Last Updated**: 2025-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Conversant ConcurrentQueue, Disruptor BlockingQueue and ConcurrentStack Disruptor is the highest performing intra-thread transfer mechanism available in Java. Conversant Disruptor is the highest performing implementation of this type of ring buffer because it has almost no overhead and it exploits a particularly simple design.
2017 Conversant Disruptor - Still the World's Fastest
# Getting Started Run the maven build to build and use the package. ```$ mvn -U clean package``` # Conversant Disruptor is on Maven Central For Java 9 and above: ``` com.conversantmedia disruptor 1.2.16 ``` A classifier is not required in the latest release. Java 8 is only supported in 1.2.15 and earlier. Java 7 is only supported in 1.2.10 and earlier. ``` com.conversantmedia disruptor 1.2.10 jdk7 ``` ## Discussion Forum Conversant Disruptor has a google group so you can follow releases and changes: https://groups.google.com/forum/#!forum/conversant-disruptor