Hacker News new | ask | show | jobs
by watson 806 days ago
> Promises are a nice success story, but without async/await it wasn't really necessary to standardize

One benefit of standardisation that's not tied to async/await is that the JavaScript engines has been able to do performance optimisations not otherwise possible which benefit Promise-heavy applications