We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a8988 commit 636cab1Copy full SHA for 636cab1
docs/migrate/from-hono.md
@@ -1389,7 +1389,9 @@ console.log('ok')
1389
1390
</Compare>
1391
1392
-Using the same purpose code for each framework, Elysia has a better type inference performance than Hono and measure by 1.7x faster.
+While both offers end-to-end type safety, Elysia offers a more type-safe error handling based on status code while Hono doesn't.
1393
+
1394
+Using the same purpose code for each framework to measure type inference speed, Elysia is 2.3x faster than Hono for type checking.
1395
1396

1397
> Elysia take 536ms to infer both Elysia, and Eden (click to enlarge)
0 commit comments