Skip to content

Non-blocking dependencies fetching #371

@j8r

Description

@j8r

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions