-
-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Description
Shards fetches each dependency - one at a time. This is a slow process, because each operation blocks the other one. After the dependencies resolution, each download is totally independent of the others.
The speed up gain can be considerable bigger the list is.
On the good side, installing the libraries is fast. Parallelizing it wont be much beneficial, especially since the operations are mainly IO bound (filesystem copy-pasting).
straight-shoota, Sija and rafaelfess
Metadata
Metadata
Assignees
Labels
No labels