-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Home
Michael Barker edited this page Apr 16, 2014
·
14 revisions
The LMAX Disruptor is a high performance inter-thread messaging library. It grew out of LMAX's research into concurrency, performance and non-blocking algorithms and today forms a core part of their Exchange's infrastructure.
- Compiling
- Coding Standards
- Single Producer Algorithm
- Multiple Producer Algorithm