Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: batching byte getter #3

Merged
merged 2 commits into from
Jun 3, 2024
Merged

feat: batching byte getter #3

merged 2 commits into from
Jun 3, 2024

Conversation

alanshaw
Copy link
Member

@alanshaw alanshaw commented Jun 1, 2024

This reduces the number of requests to the bucket by grouping multiple byte ranges together and sending a single request to the bucket that covers all the ranges.

@alanshaw alanshaw requested a review from vasco-santos June 1, 2024 10:06
Copy link

@vasco-santos vasco-santos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alanshaw alanshaw merged commit 4d39fea into main Jun 3, 2024
1 check passed
@alanshaw alanshaw deleted the feat/batching-byte-getter branch June 3, 2024 08:20
@github-actions github-actions bot mentioned this pull request Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants