tree: 92e47d49fa05f5f29b3532968ceb3236dd91c1ea
  1. src/
  2. Cargo.toml
  3. README.md
  4. rust-toolchain.toml
  5. server.http
server/README.md

Iggy TPC (Thread-Per-Core)

This is a next version of the Iggy server using an alternative runtimes based on 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.