cadente
Engine · C# · engine: managed sockets
Cadente is a standalone managed HTTP/1.1 server for .NET, running directly on sockets without the Sisk framework layer.
Achievements
🥇 1 Gold. 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 |
|---|---|---|---|
| 🥇 Gold | Test profile | Efficiency · Latency-1M | 1 of 16 |
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 | 12 of 16 | 1733 |
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 | 1,608,636 | 2.54ms | 19.70ms | 5496.6% | 451MiB |
| Connection | Pipelined | 4,096 | 2,111,311 | 31.05ms | 50.50ms | 5444.8% | 651MiB |
| Connection | Short-lived | 4,096 | 761,258 | 5.34ms | 54.10ms | 5164.3% | 308MiB |
| Efficiency | Latency-10K | 1,024 | 9,982 | 71.3us | 106.0us | 106.6% | 176MiB |
| Efficiency | Latency-1M | 1,024 | 998,426 | 303.4us | 3183.0us | 3290.1% | 151MiB |
Compared with
The C# entries around cadente on the HTTP/1.1 composite, and the one leading them. The last column shows every profile side by side.
| Entry | Composite | vs cadente | |
|---|---|---|---|
| genhttp-11-ioxide | 6141 | +254% | head to head |
| fastendpoints | 2666 | +54% | head to head |
| sisk | 2051 | +18% | head to head |
| servicestack | 238 | -86% | head to head |
Compare cadente with any C# entry · Compare cadente with any entry, in any language · Every C# entry, ranked
Results updated · How the benchmark is run · The machine · Add or fix an entry