rpetrich / babel-plugin-transform-async-to-promises

Transform async/await to somewhat idiomatic JavaScript promise chains
MIT License
246 stars 17 forks source link

[request] a benchmark comparison would be great #48

Open JounQin opened 4 years ago

JounQin commented 4 years ago

Is there any performance comparison between it and fast-async and generator-runtime?

It would help developers to choose which implementation should be used on production.