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

object: fix read range over chunks #61

Merged
merged 1 commit into from
May 8, 2024
Merged

object: fix read range over chunks #61

merged 1 commit into from
May 8, 2024

Conversation

fia0
Copy link

@fia0 fia0 commented May 7, 2024

When reading small ranges this could lead to an error in the read_at stitch-cross-chunk-ranges-together code. Also improves overall efficiency as the previous fix (reading chunks + 1) could introduce at least 4MiB read amplification.

@fia0 fia0 merged commit 916cab7 into parcio:main May 8, 2024
8 checks passed
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.

1 participant