mirror of
https://github.com/xenia-project/disruptorplus.git
synced 2024-11-23 11:39:52 +00:00
Fix broken link to disruptor paper in README.
This commit is contained in:
parent
1dafeae1a4
commit
e9d7250696
@ -4,7 +4,7 @@ Disruptor++
|
|||||||
Disruptor++ is a C++11 header-only implementation of the 'disruptor' data structure used
|
Disruptor++ is a C++11 header-only implementation of the 'disruptor' data structure used
|
||||||
to communicate between threads in a high-performance producer/consumer arrangement.
|
to communicate between threads in a high-performance producer/consumer arrangement.
|
||||||
|
|
||||||
See the LMAX [technical paper](http://disruptor.googlecode.com/files/Disruptor-1.0.pdf)
|
See the LMAX [technical paper](https://lmax-exchange.github.io/disruptor/files/Disruptor-1.0.pdf)
|
||||||
for a description of the theory behind the disruptor.
|
for a description of the theory behind the disruptor.
|
||||||
|
|
||||||
See the [Java LMAX Disruptor project](http://lmax-exchange.github.io/disruptor/) for
|
See the [Java LMAX Disruptor project](http://lmax-exchange.github.io/disruptor/) for
|
||||||
|
Loading…
Reference in New Issue
Block a user