BETTER-ALL
// Better Promise.all with automatic dependency optimization
better-all
Better Promise.all with automatic dependency optimization
13EmergingUnknown
What it does
Promise.all with automatic dependency optimization and full type inference. When you have tasks with dependencies, the common pattern is sometimes inefficient: You could optimize this manually by parallelizing and : But what if the durations of these methods change (i.e. unstable network latency)? Say now takes 10 seconds and takes 1 second. The previous manual optimization becomes suboptimal
Getting Started
git
git clone https://github.com/shuding/better-all