bugthesystem/Flux
Flux is a high-performance, zero-copy message transport (IPC, UDP, RUDP) 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.
Language: Rust
#aeron #disruptor #high_performance #iouring #numa #reliable_udp #rust #simd #udp
Stars: 413 Issues: 0 Forks: 7
https://github.com/bugthesystem/Flux
Flux is a high-performance, zero-copy message transport (IPC, UDP, RUDP) 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.
Language: Rust
#aeron #disruptor #high_performance #iouring #numa #reliable_udp #rust #simd #udp
Stars: 413 Issues: 0 Forks: 7
https://github.com/bugthesystem/Flux
GitHub
GitHub - bugthesystem/Flux: [Experimental] Flux is a high-performance message transport library for Rust that implements patterns…
[Experimental] Flux is a high-performance message transport library for Rust that implements patterns inspired by LMAX Disruptor and Aeron. It provides lock-free inter-process communication (IPC), ...