tokio-uring
Engine · Rust · engine: io_uring
Minimal HTTP/1.1 server on tokio-uring — the io_uring-backed Rust runtime with a completion/owned-buffer API. A hand-rolled request parser (Content-Length + chunked bodies, keep-alive, pipelining, fragmented reads), one runtime per core with SO_REUSEPORT. No HTTP framework.
Achievements
🥈 1 Silver. Top three of a field, taken in this entry's own league: the family composite, the same composite among entries written in the same language, and each test profile it is scored on. Every field is the one the badges publish, so a medal and a badge always say the same thing. How medals are awarded.
| Medal | Award | Field | Rank |
|---|---|---|---|
| 🥈 Silver | Within its language | Rust · HTTP/1.1 | 2 of 3 |
Composite rank
Each profile of a family is worth 100 to the entry that leads it, and the composite is the sum over the family, less 2.5% for each of routing, middleware, request and response the entry does not do for you - its completeness factor, which the WebSocket and gRPC families do not carry. The field is this entry's own league: engines and reverse proxies are scored apart from frameworks. How it works.
| Family | Rank | Composite |
|---|---|---|
| HTTP/1.1 | 13 of 26 | 3462 |
Every result
Alpha Round, 5 runs. Requests per second is the best of three; latency, CPU and memory come from that run.
| Category | Profile | Conns | Req/sec | Avg | p99 | CPU | Memory |
|---|---|---|---|---|---|---|---|
| Connection | Baseline | 4,096 | 3,565,878 | 1.15ms | 1.72ms | 6627.1% | 175MiB |
| Connection | Pipelined | 4,096 | 48,876,057 | 1.34ms | 2.11ms | 6577.5% | 177MiB |
| Connection | Short-lived | 4,096 | 2,636,459 | 1.51ms | 20.50ms | 6395.8% | 187MiB |
| Efficiency | Latency-10K | 1,024 | 9,978 | 79.0us | 99.0us | 27.6% | 52MiB |
| Efficiency | Latency-1M | 1,024 | 997,614 | 119.4us | 180.0us | 2741.7% | 51MiB |
Compared with
The Rust entries around tokio-uring on the HTTP/1.1 composite, and the one leading them. The last column shows every profile side by side.
| Entry | Composite | vs tokio-uring | |
|---|---|---|---|
| actix | 6879 | +99% | head to head |
| mq-bridge | 4609 | +33% | head to head |
| axum | 4494 | +30% | head to head |
| hyper | 3345 | -3% | head to head |
| trillium | 3260 | -6% | head to head |
Compare tokio-uring with any Rust entry · Compare tokio-uring with any entry, in any language · Every Rust entry, ranked
Results updated · How the benchmark is run · The machine · Add or fix an entry