flâneur — a map of the web's best reading

Low Latency Java with the Disruptor

blog.scottlogic.com · 3,827 words · saved by 1 readers

The Disruptor was developed by LMAX to improve Java inter-thread communication for extreme low latency applications. In this post I will outline what is the Disruptor and see what we can learn from the framework for building future applications.

Low Latency Java with the Disruptor Tech · 01 December 2021 · 14 min read Low Latency Java with the Disruptor Mark Richards Performance is a relatively ambiguous term without having a clear definition of what our goals are. In this post I wanted to side with latency being a key indicator of performance by exploring a concurrency library called the Disruptor . The Disruptor was developed by LMAX to improve Java inter-thread communication and is mostly suited towards applications that are on the high to extreme end of latency sensitivity, maintaining high throughput while ensuring

Explore this link on the map →

saved by

related reading