blob: c91ef98051819b2e1373bd5494d5acd415b91631 [file] [log] [blame] [view]
# Iggy TPC (Thread-Per-Core)
This is a sandbox for building the alternative Iggy runtime that uses a **thread-per-core model** and **io_uring** for asynchronous I/O based on **[monoio](https://github.com/bytedance/monoio)** runtime.
The goal is to compare the overall throughput and performance to the currently used approach based on the asynchronous **[tokio.rs](https://tokio.rs)** work-stealing runtime.