GitHub - bugthesystem/Flux: Flux is a high-performance, zero-copy message transport library for Rust, designed for ultra-low-latency applications requiring maximum throughput. It is built on patterns & practices inspired by LMAX Disruptor and Aeron, with modern Rust optimizations.
Flux - High-Performance Message Transport
Flux is a high-performance message transport library (IPC, UDP, Reliable UDP) for Rust, implementing LMAX Disruptor patterns with zero-copy memory management and lock-free operations.
Architecture
┌─────────────────────────────────────────────────────────────────┐
│ Flux Architecture │
├─────────────────────────────────────────────────────────────────┤
│ ...
Read more at github.com