Y
Hacker News
new
|
ask
|
show
|
jobs
by
eknkc
3420 days ago
I might be mistaken but I believe there were some major performance issues with the older async/await implementation.
2 comments
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