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

Implement _skip for data iterators. #61

Merged
merged 4 commits into from
Aug 22, 2023
Merged

Implement _skip for data iterators. #61

merged 4 commits into from
Aug 22, 2023

Conversation

Gottox
Copy link
Owner

@Gottox Gottox commented Aug 22, 2023

This resolves #37.

This allows implementors of the generic reader to implement optimized
skip functions.
This function skips blocks until the block containing the offset is
reached without mapping the data.
This function skips blocks until the block containing the offset is
reached without mapping the data.
This function skips blocks until the block containing the offset is
reached without mapping the data.
@Gottox Gottox merged commit ca9ea77 into main Aug 22, 2023
7 checks passed
@Gottox Gottox deleted the feature/specific-skip branch August 22, 2023 18:29
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.

iterators: _skip function should take the offset in bytes, not in blocks
1 participant