You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This came up during the reviews for microsoft/vcpkg-tool#11. The initial implementation of GCS binary caching downloads objects one at a time. gsutil can download multiple objects in parallel, but that requires more complexity for error handling and a temporary directory to host the downloads.
category:vcpkg-featureThe issue is a new capability of the tool that doesn’t already exist and we haven’t committed
1 participant
Converted from issue
This discussion was converted from issue #16287 on July 23, 2021 07:31.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This came up during the reviews for microsoft/vcpkg-tool#11. The initial implementation of GCS binary caching downloads objects one at a time.
gsutil
can download multiple objects in parallel, but that requires more complexity for error handling and a temporary directory to host the downloads.Beta Was this translation helpful? Give feedback.
All reactions