[–] dexwiz 10y ago ↗ So why Async.js over Promises or Generators at this point? [–] megawac 10y ago ↗ Promises are great for prototyping, but have significant overhead (http://thanpol.as/javascript/promises-a-performance-hits-you...) for some high performance APIs it may be advisable to use async.Async also supports nodejs callback patterns which can reduce the need for wrappers (promisify)
[–] megawac 10y ago ↗ Promises are great for prototyping, but have significant overhead (http://thanpol.as/javascript/promises-a-performance-hits-you...) for some high performance APIs it may be advisable to use async.Async also supports nodejs callback patterns which can reduce the need for wrappers (promisify)
2 comments
[ 3.1 ms ] story [ 17.7 ms ] threadAsync also supports nodejs callback patterns which can reduce the need for wrappers (promisify)