HttpArena
Frameworks

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.

MedalAwardFieldRank
🥉 BronzeTest profileConnection · Baseline3 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.

FamilyRankComposite
HTTP/1.111 of 263780

Every result

Alpha Round, 5 runs. Requests per second is the best of three; latency, CPU and memory come from that run.

CategoryProfileConnsReq/secAvgp99CPUMemory
ConnectionBaseline4,0964,386,544932us1.23ms6194.4%131MiB
ConnectionPipelined4,09657,140,6401.15ms1.54ms6410.5%143MiB
ConnectionShort-lived4,0962,687,0591.38ms1.89ms5751.1%181MiB
EfficiencyLatency-10K1,0249,97780.5us107.0us27.5%92MiB
EfficiencyLatency-1M1,024998,068128.8us151.0us2063.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.

EntryCompositevs minima-sync
genhttp-ioxide7089+88%head to head
simplew4347+15%head to head
sockets4079+8%head to head
effinitive3601-5%head to head
genhttp-kestrel3557-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