V web framework benchmarks
The fastest V HTTP server in HttpArena is vanilla-io_uring (an HTTP engine), with a composite of 342 on HTTP/1.1 — 5 of 34 against every language in its league. Measured over Alpha Round, every entry on the same machine.
Every V entry in the benchmark, compared on the composite score of each family. The composite sums a normalized score over the profiles of that family, where the leader of each profile scores 100. Rank overall is the entry's place in its own league across all languages; rank among V narrows the same field to this language. Both link through to the board view they were taken in. How the score works.
pico has no published rank in any family yet, so it is listed below the tables only.
HTTP/1.1
| Framework | Type | Composite | Rank overall | Rank among V |
|---|---|---|---|---|
| vanilla-io_uring | Engine | 342 | 5 of 34 | 1 of 5 |
| vanilla-epoll | Engine | 280 | 6 of 34 | 2 of 5 |
| fasthttp | Engine | 159 | 16 of 34 | 3 of 5 |
| veb | Engine | 8 | 33 of 34 | 4 of 5 |
HTTP/2
| Framework | Type | Composite | Rank overall | Rank among V |
|---|---|---|---|---|
| vanilla-h2c | Engine | 7 | 6 of 6 | — |
WebSocket
| Framework | Type | Composite | Rank overall | Rank among V |
|---|---|---|---|---|
| vanilla-ws | Engine | 188 | 5 of 9 | — |
Questions
What is the fastest V HTTP server?
vanilla-io_uring, an HTTP engine, leads the V entries in HttpArena with a composite score of 342 on HTTP/1.1, measured over Alpha Round. The composite sums a normalized score across the profiles of a family, where the leader of each profile scores 100. Against every language, vanilla-io_uring ranks 5 of 34 in its own league.
What is the fastest V HTTP/2 server?
vanilla-h2c, with a composite of 7 on HTTP/2 and 6 of 6 against all languages in its league.
What is the fastest V WebSocket server?
vanilla-ws, with a composite of 188 on WebSocket and 5 of 9 against all languages in its league.
How many V web frameworks are benchmarked?
7 V entries are measured, covering HTTP/1.1, HTTP/2, WebSocket. Every one runs on the same machine, in the same round (Alpha Round), against the same profiles.
Is V fast for web servers?
The quickest V entry, vanilla-io_uring, places 5 of 34 on HTTP/1.1 across every language in its league, so that placing is the honest answer for V at its best rather than for V in general. The tables below show the spread across all 7 entries.
Every V entry
Alpha Round · All languages · Open the leaderboard