microsoft / vscode-loader

An universal Asynchronous Module Definition (AMD) Loader developed primarily to load VSCode's sources.
Other
170 stars 55 forks source link

Faster cached data loading #22

Closed jrieken closed 5 years ago

jrieken commented 5 years ago

This PR makes loading cached data parallel to loading source. This turned out to be faster than keeping sources and cached data in a single blob and its also faster than the current waterfall approach. This work is for https://github.com/microsoft/vscode/issues/62643