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

Combine iter records range into iter records #310

Merged
merged 15 commits into from
Oct 18, 2024

Conversation

JamesParrott
Copy link
Collaborator

No description provided.

lguez and others added 15 commits October 11, 2024 20:19
Using iterRecords with a range option should be faster than calling
record within a loop, since we avoid the multiple calls to seek.
This reverts commit e41b03c. JamesParrott pointed that I did not understand
the way `__record` works: __record does not use oid to find the correct
record, it just assumes it is the correct oid for the current position.
Using the method `iterRecords_range` should be somewhat faster than
calling the method `record` within a loop, since we avoid the repeated
calls to seek inside `record`.
@JamesParrott
Copy link
Collaborator Author

Heavily uses: #309 from @lguez

@JamesParrott JamesParrott merged commit 546489e into master Oct 18, 2024
58 checks passed
@JamesParrott JamesParrott deleted the combine_iterRecords_range_into_iterRecords branch October 18, 2024 09:47
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