News Score: Score the News, Sort the News, Rewrite the Headlines

GitHub - nicholassm/disruptor-rs: Low latency inter-thread communication library in Rust inspired by the LMAX Disruptor.

Disruptor This library is a low latency, inter-thread communication library written in Rust. It's heavily inspired by the brilliant Disruptor library from LMAX. Getting Started Add the following to your Cargo.toml file: To read details of how to use the library, check out the documentation on docs.rs/disruptor. Here's a minimal example demonstrating both single and batch publication. Note, batch publication should be used whenever possible for best latency and throughput (see benchmarks below). ...

Read more at github.com

© News Score  score the news, sort the news, rewrite the headlines