-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Performance improvement #76
Comments
I agree, especially if it performs better than Nothing is perfect, but there's always room to improve 🔥 |
@yusukebe Is performance the only limitation of hono on node or are there missing functionality or feature compared to bun? |
@yusukebe is the reason known why the node-server seems that 'slow'? |
Node.js Incoming/Outgoing Messages and Web Standards Request/Response are incompatible, and the translations cause overhead. |
maybe there is something we can learn from this implementation? not sure if that helps, I'm just sharing |
Indeed, the Hono app, when using node-server, is slow. You can see the benchmarks here:
https://github.com/SaltyAom/bun-http-framework-benchmark
However, there are opportunities to improve performance, and we should do them.
The text was updated successfully, but these errors were encountered: