6 ms·
It's a shame the v8 5.5 backport (https://github.com/nodejs/node/pull/11029 https://github.com/nodejs/node/pull/11029) didn't make it in but it looks like it wo
by hobozilla 10y ago
It's a shame the v8 5.5 backport (https://github.com/nodejs/node/pull/11029 https://github.com/nodejs/node/pull/11029) didn't make it in but it looks like it won't be long.
- SpencerWood 10y agoCan't wait... need me some async await without babel.
- fiiv 10y agoIn 7.2.x, you could do async await with just a --harmony flag.
- eknkc 10y agoI might be mistaken but I believe there were some major performance issues with the older async/await implementation.
- egeozcan 10y agoYes, on the other hand, if you are like me and use them for one-off scripts, they are great.
- ronjouch 10y agoIndeed, a memory leak: https://github.com/nodejs/node/issues/9339 https://github.com/nodejs/node/issues/9339 / https://bugs.chromium.org/p/v8/issues/detail?id=5582 https://bugs.chromium.org/p/v8/issues/detail?id=5582
- campers 10y agoYep, should be soon, it's already going into 7.5.1 test builds https://github.com/nodejs/node/pull/11062#issuecomment-276585315 https://github.com/nodejs/node/pull/11062#issuecomment-27658... Instructions are there on how to install the test build it with nvm, so you can start using it already :)