-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let me introduce how to improve performance easily. #855
Comments
The numbers look good! Since co-booster is fully compatible with co however, what do you think about merging your changes into co instead? |
Look good, I think co-booster and co merge together will be good choice for the whole co solution. |
I agree to merging I tried a lot to confirm about the compatibility and performance. but, I think it should be checked more thoroughly because |
@ifsnow Thats awesome, great work! I'm sure the people over at |
@marvinhagemeister I'm so flattered. opened a PR in |
yes, you can make PRs to however, long term, we are using native |
koa's concept is really terrific.
I'm sure
koa v2 + async/await
will be the mainstream in the future.but, I guess someone needs to use
koa v1
for various reasons.co-booster is a performance tuning version of
co
.It's fully compatible with
co
. and, works fastly in many cases.co
is used in a core logic ofkoa v1
andkoa-convert
.so, I believe it makes
koa
better without much effort.Here are my results using koa's benchmark script. (100 middlewares)
I just wondered what author, contributors, and users think about.
I'd like to contribute to
koa
if I have a chance.The text was updated successfully, but these errors were encountered: