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

Port PR270 to 1.10 Branch: Improve performance of multiple calls to H5Sget_select_elem_pointlist #276

Merged
merged 2 commits into from
Jan 22, 2021

Conversation

fortnern
Copy link
Member

No description provided.

fortnern and others added 2 commits January 22, 2021 15:23
…HDFGroup#270)

* Cache the pointer to the next point to process after the last call to
H5S__get_select_elem_pointlist.  This allows the normal process of
iterating over the points in batches to be much more efficient, as the
library does not need to traverse the entirety of the preceding points
every time the funciton is re-entered.

* Update RELEASE.txt for point selection iteration performance fix.
@lrknox lrknox merged commit 40dfdee into HDFGroup:hdf5_1_10 Jan 22, 2021
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