/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-deno-e469d5b7c1b5-deno-s0537-c0000.md
Deno - hono-docs
Deno Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt deno Summary Hono is the fastest , compared...
Deno
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#deno
Summary
Hono is the fastest, compared to other frameworks for Deno. - Machine: Apple MacBook Pro, 32 GiB, M1 Pro, Deno v1.22.0 - Scripts: benchmarks/deno - Method: `bombardier --fas...
Content
Hono is the fastest, compared to other frameworks for Deno.
- Machine: Apple MacBook Pro, 32 GiB, M1 Pro, Deno v1.22.0
- Scripts: benchmarks/deno
- Method:
bombardier --fasthttp -d 10s -c 100 'http://localhost:8000/user/lookup/username/foo'
| Framework | Version | Results |
|---|---|---|
| Hono | 3.0.0 | Requests/sec: 136112 |
| Fast | 4.0.0-beta.1 | Requests/sec: 103214 |
| Megalo | 0.3.0 | Requests/sec: 64597 |
| Faster | 5.7 | Requests/sec: 54801 |
| oak | 10.5.1 | Requests/sec: 43326 |
| opine | 2.2.0 | Requests/sec: 30700 |
Another benchmark result: denosaurs/bench