All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download all versions of disruptor JAR files with all dependencies

Search JAR files by class name

disruptor from group org.axonframework.com.lmax (version 2.7)

Redistribution of the LMAX Disruptor for the Axon Framework

Group: org.axonframework.com.lmax Artifact: disruptor
Show documentation Show source 
 

0 downloads
Artifact disruptor
Group org.axonframework.com.lmax
Version 2.7
Last update 12. December 2011
Tags: axon disruptor lmax redistribution framework
Organization not specified
URL http://code.google.com/p/disruptor/
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

disruptor from group org.axonframework.com.lmax (version 2.0)

LMAX aims to be the fastest trading platform in the world. Clearly, in order to achieve this we needed to do something special to achieve very low-latency and high-throughput with our Java platform. Performance testing showed that using queues to pass data between stages of the system was introducing latency, so we focused on optimising this area. The Disruptor is the result of our research and testing. We found that cache misses at the CPU-level, and locks requiring kernel arbitration are both extremely costly, so we created a framework which has "mechanical sympathy" for the hardware it's running on, and that's lock-free.

Group: org.axonframework.com.lmax Artifact: disruptor
Show documentation Show source 
 

0 downloads



Page 1 from 1 (items total 2)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy