They built the Disruptor data structure around 2011 for their high performance financial exchange on the JVM: https://lmax-exchange.github.io/disruptor/files/Disruptor-1....
I used the Disruptor at a smart grid startup in 2012-2014, after LMAX open sourced it.
Martin Thompson has a lot of interesting presentations on the concept of mechanical sympathy:
- https://www.youtube.com/watch?v=929OrIvbW18 - Adventures with concurrent programming in Java: A quest for predictable latency by Martin Thompson - https://www.youtube.com/watch?v=03GsLxVdVzU - Designing for Performance by Martin Thompson
They built the Disruptor data structure around 2011 for their high performance financial exchange on the JVM: https://lmax-exchange.github.io/disruptor/files/Disruptor-1....
I used the Disruptor at a smart grid startup in 2012-2014, after LMAX open sourced it.
Martin Thompson has a lot of interesting presentations on the concept of mechanical sympathy:
- https://www.youtube.com/watch?v=929OrIvbW18 - Adventures with concurrent programming in Java: A quest for predictable latency by Martin Thompson - https://www.youtube.com/watch?v=03GsLxVdVzU - Designing for Performance by Martin Thompson