cujojs / wire

A light, fast, flexible Javascript IOC container
Other
862 stars 71 forks source link

Reduce promise usage #144

Open briancavalier opened 10 years ago

briancavalier commented 10 years ago

Wire creates lots of promises. I'm sure there are ways we can reduce the number of promises, which should help overall memory usage during wiring.

See cujojs/when#227

briancavalier commented 10 years ago

Adding when 3.0 compat in #157 will help the overall memory usage, but we should still try to reduce the promise usage if possible.