Currently, the vault fetches directories one by one, loading them in parallel may speed up the process.
Description
Description
Revisions and Commits
Revisions and Commits
Status | Assigned | Task | ||
---|---|---|---|---|
Migrated | gitlab-migration | T3096 Efficient and reliable download via the Vault | ||
Migrated | gitlab-migration | T887 Vault: "snapshot" cooker | ||
Migrated | gitlab-migration | T3504 Make the git-bare cooker publicly available | ||
Migrated | gitlab-migration | T3731 Try parallelizing directory_get_entries with an async swh-storage client |
Event Timeline
Comment Actions
Making an async swh-storage (or RPC client for our framework, in general) turns out the not be worth it, threads are just as efficient and don't require complex hacks