-
-
Notifications
You must be signed in to change notification settings - Fork 346
Closed
Description
There is a potential optimisation for get/set_coordinate_selection() by making use of the keysort() function implemented in pytables, see this comment. Pytables is too heavy a dependency but it would be reasonable to factor out the keysort() function into a standalone package then depend on that (e.g., zarr-developers/numpy-keysort or something like that). Because keysort() requires cython to build I'd rather not include within zarr as zarr is currently pure Python and that makes development easier.
FrancescAlted
Metadata
Metadata
Assignees
Labels
No labels