Hacker News new | ask | show | jobs
by karmakaze 712 days ago
I played around with the original (Java) LMAX disruptor which was an interesting and different way to achieve latency/throughput. Didn't find a whitepaper--here's some references[0] which includes a Martin Fowler post[1].

[0] https://github.com/LMAX-Exchange/disruptor/wiki/Blogs-And-Ar...

[1] https://martinfowler.com/articles/lmax.html

1 comments

here you go:

Disruptor, Thompson, Farley, et al 2011

https://lmax-exchange.github.io/disruptor/files/Disruptor-1....