Hacker News new | ask | show | jobs
Show HN: Ringlog – A highly optimized thread-per-core message broker (github.com)
1 points by paperplaneflyr 24 days ago
A highly-optimized, single-node, mini-Kafka broker built from scratch in Rust. This system leverages a thread-per-core architecture powered by io_uring via the tokio-uring framework, bypassing traditional OS thread context switches and synchronization overhead.