cujojs / when

A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Other
3.44k stars 396 forks source link

Simplify queueing #384

Closed briancavalier closed 9 years ago

briancavalier commented 9 years ago

This ditches the ring buffer for a linear queue. The code is much simpler, and saves about 150+ min+gzip bytes. In initial testing, it has no negative perf impact.