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

fix: optimize read_at in objects #47

Merged
merged 3 commits into from
Jan 15, 2024
Merged

fix: optimize read_at in objects #47

merged 3 commits into from
Jan 15, 2024

Conversation

fia0
Copy link

@fia0 fia0 commented Jan 12, 2024

See commit messages.

Johannes Wünsche added 3 commits January 12, 2024 16:00
The wrong length was taken when calculating the *chunk* length.
This allows for faster queries as operations can overlap, for short queries which just affect a single block this does not change anything.
In this case no chunks are found and the function just jumped to return. The
function semantics require it to be filled with 0 in this case though.
@fia0 fia0 merged commit be50513 into parcio:main Jan 15, 2024
7 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