Get the latest tech news
Disruptor-rs: better latency and throughput than crossbeam
Low latency inter-thread communication library in Rust inspired by the LMAX Disruptor. - nicholassm/disruptor-rs
The library also supports pinning threads on cores to avoid latency induced by context switching. The Disruptor trades CPU and memory resources for lower latency and higher throughput and that is why it's able to achieve these results. Changes are accepted solely at my discretion and I will focus on whether the changes are a good fit for the purpose and design of this crate.
Or read this on Hacker News