Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conversant/disruptor
Disruptor BlockingQueue
https://github.com/conversant/disruptor
blockingqueue conversantmedia-disruptor disruptor disruptor-blockingqueue java
Last synced: about 17 hours ago
JSON representation
Disruptor BlockingQueue
- Host: GitHub
- URL: https://github.com/conversant/disruptor
- Owner: conversant
- License: apache-2.0
- Created: 2015-12-17T14:36:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T21:12:49.000Z (9 days ago)
- Last Synced: 2024-12-26T08:09:11.724Z (8 days ago)
- Topics: blockingqueue, conversantmedia-disruptor, disruptor, disruptor-blockingqueue, java
- Language: Java
- Size: 425 KB
- Stars: 311
- Watchers: 35
- Forks: 48
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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# Benchmark First!
Conversant Disruptor was designed to run on Intel Xeon hardware. For any other platform or
architecture always benchmark before using.g# 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