Y
Hacker News
new
|
ask
|
show
|
jobs
by
hobozilla
3420 days ago
It's a shame the v8 5.5 backport (
https://github.com/nodejs/node/pull/11029
) didn't make it in but it looks like it won't be long.
2 comments
campers
3420 days ago
Yep, should be soon, it's already going into 7.5.1 test builds
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 :)
link
SpencerWood
3420 days ago
Can't wait... need me some async await without babel.
link
fiiv
3420 days ago
In 7.2.x, you could do async await with just a --harmony flag.
link
eknkc
3420 days ago
I might be mistaken but I believe there were some major performance issues with the older async/await implementation.
link
ronjouch
3420 days ago
Indeed, a memory leak:
https://github.com/nodejs/node/issues/9339
/
https://bugs.chromium.org/p/v8/issues/detail?id=5582
link
egeozcan
3420 days ago
Yes, on the other hand, if you are like me and use them for one-off scripts, they are great.
link