ledge-waterfall
v0.1.0
Published
Minimal and fast async waterfall
Downloads
1
Readme
ledge-waterfall
Another try of an async waterfall function. Looking for something compact and fast.
npm install --save ledge-waterfall
bower install --save ledge-waterfall
At the moment the library is enought compact (less than 0.4kb gzipped) and fast. There're different behaviors in jsperf and performance changes from different browsers. Generally ledge-waterfall is more fast that caolan/async and "sometimes" also than neo-async. jsPerf
Pull request are welcome and ideas are welcome :)
Test
make test