资 源 简 介
Development moved!
There is a new development effort at https://github.com/fsaintjacques/disruptor--. Further development will be done there. Old contents of this page follow.
.
.
.
.
.
.
.
.
.
Note: This project is not affiliated with LMAX or the LMAX Disruptor project.
Disruptor - Concurrent Programming Framework
This is a C++ version of the LMAX Disruptor. It is an extremely fast alternative using messaging queues in multithreaded programs. The original framework was written in Java. While one wouldn"t expect a C++ port to be significantly faster than the Java version, it is very useful to use in new or existing C++ software.
Read This First
To get a better understanding of what this project is for, see the LMAX Disruptor project documentation at http://code.google.com/p/disruptor/.
What"s the big deal?
The disruptor is very fast co