anatol/booster

Load modules in parallel

Closed this issue · 0 comments

Current booster init implementation loads modules sequentially.

It would be nice if required modules can be loaded in parallel/asynchronously. This way we can squeeze a bit more out of boot time.

One thing to keep in mind here is that a module may require several dependencies and load for those deps need to be completed before we can start loading current module.