minima-sync
Engine · C# · engine: io_uring
A synchronous single-issuer io_uring HTTP/1.1 server on Minima's io_uring bindings, NativeAOT-compiled. One pinned reactor thread per core (SO_REUSEPORT, SINGLE_ISSUER|DEFER_TASKRUN); multishot accept + single-shot recv into per-connection buffers (parse-in-place); responses serialized straight into the send buffer; recv/send alternate fully inline — no async, no thread pool, no GC on the hot path. JSON serialized per request from the model.
Achievements
🥉 1 Bronze. 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 |
|---|---|---|---|
| 🥉 Bronze | Test profile | Connection · Baseline | 3 of 26 |
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 | 11 of 26 | 3780 |
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 | 4,386,544 | 932us | 1.23ms | 6194.4% | 131MiB |
| Connection | Pipelined | 4,096 | 57,140,640 | 1.15ms | 1.54ms | 6410.5% | 143MiB |
| Connection | Short-lived | 4,096 | 2,687,059 | 1.38ms | 1.89ms | 5751.1% | 181MiB |
| Efficiency | Latency-10K | 1,024 | 9,977 | 80.5us | 107.0us | 27.5% | 92MiB |
| Efficiency | Latency-1M | 1,024 | 998,068 | 128.8us | 151.0us | 2063.3% | 84MiB |
Compared with
The C# entries around minima-sync on the HTTP/1.1 composite, and the one leading them. The last column shows every profile side by side.
| Entry | Composite | vs minima-sync | |
|---|---|---|---|
| genhttp-ioxide | 7089 | +88% | head to head |
| simplew | 4347 | +15% | head to head |
| sockets | 4079 | +8% | head to head |
| effinitive | 3601 | -5% | head to head |
| genhttp-kestrel | 3557 | -6% | head to head |
Compare minima-sync with any C# entry · Compare minima-sync with any entry, in any language · Every C# entry, ranked
Results updated · How the benchmark is run · The machine · Add or fix an entry