Skip to content

Accelerate coordinate selection via keysort #236

@alimanfoo

Description

@alimanfoo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions