Apache Iggy's migration journey to thread-per-core architecture powered by io_uring
Summary
Apache Iggy describes migrating from a Tokio-based multi-threaded runtime to a thread-per-core shared-nothing architecture powered by io_uring. The post explains the rationale, compares runtimes, and discusses challenges with interior mutability, state management, and benchmarking.