Skip to content

Resolve sources in parallel instead of sequentially #3

Description

@gfargo

runInstaller resolves each source — local read, git clone, HTTP fetch — one at a time in a loop. For a pack manifest or a few flags pointing at several git repos, that means clones happen sequentially even though they're completely independent of each other.

Running the resolution step concurrently (Promise.all or similar) would speed up multi-asset installs noticeably, especially packs with a handful of git-hosted assets.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions