You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for giving me an opportunity to do something fun.
I'm impressed with the concept of co module.
so, I tried making a new implementation that focused on performance.
I think it's worth doing such a micro-optimization. Not all, but at least in the core modules.
It's fully compatibility with original co. Passed all test cases.
I'm thinking of providing it for the public with a different module. for example, co-booster.
but, I'm not sure it would be helpful to them as much as I think. :)
Please let me know if you have any concerns or advice.
The text was updated successfully, but these errors were encountered:
First of all, thank you for giving me an opportunity to do something fun.
I'm impressed with the concept of co module.
so, I tried making a new implementation that focused on performance.
I think it's worth doing such a micro-optimization. Not all, but at least in the core modules.
Here's my working branch.
These are my goals.
* Run faster.
benchmark - co() / test code
benchmark - co.wrap() / test code
benchmark - koa / test code
* Keep compatibility.
It's fully compatibility with original co. Passed all test cases.
I'm thinking of providing it for the public with a different module. for example, co-booster.
but, I'm not sure it would be helpful to them as much as I think. :)
Please let me know if you have any concerns or advice.
The text was updated successfully, but these errors were encountered: