d

disruptor

Conversant Disruptor - very low latency Java BlockingQueue and thread transfer mechanism.
https://github.com/conversant/disruptor
The Apache License, Version 2.0
Conversant
John Cairns
Files download
File Operation
disruptor-1.2.0.jar download
disruptor-1.2.0.pom download
disruptor-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.conversantmedia</groupId>
  <artifactId>disruptor</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.conversantmedia:disruptor:1.2.0'
Gradle Kotlin
implementation("com.conversantmedia:disruptor:1.2.0")
Scala SBT
libraryDependencies += "com.conversantmedia" % "disruptor" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.conversantmedia', module='disruptor', version='1.2.0')
)
Apache Ivy
<dependency org="com.conversantmedia" name="disruptor" rev="1.2.0" />
Leiningen
[com.conversantmedia/disruptor "1.2.0"]
Apache Buildr
'com.conversantmedia:disruptor:jar:1.2.0'
Dependencies