tree: 838a550d0a92e18e6f7558ab9e2a0b1e9693774c [path history] [tgz]
  1. src/
  2. Cargo.lock
  3. Cargo.toml
  4. README.md
  5. rust-toolchain.toml
tpc/README.md

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 runtime.

The goal is to compare the overall throughput and performance to the currently used approach based on the asynchronous tokio.rs work-stealing runtime.