Skip to content

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
@JamesParrott JamesParrott restored the combine_iterRecords_range_into_iterRecords branch July 19, 2025 11:23
@JamesParrott JamesParrott deleted the combine_iterRecords_range_into_iterRecords branch July 19, 2025 11:27
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.

3 participants