[Improvement] Improve point selection implementation #3344
jhendersonHDF
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Point selections are currently implemented as a linked list which can cause performance issues when the number of elements in the selection is large. For example, one user noted that destruction of dataspaces with large point selections can take a very long time.
Beta Was this translation helpful? Give feedback.
All reactions