Skip to content

Optimise fancy indexing further #441

@lshaw8317

Description

@lshaw8317

Continue to fine tune functionality and performance of fancy indexing according to outline suggested in #437

  • work around for ndindex not supporting array indices separated by slices e.g. arr[0, :, [0, 1]]
  • implement vindex (for numpy and blosc array return types)
  • finish implementation of oindex (return blosc array)
  • optimise fancy indexing for broadcasted index arrays
  • implement setitem for fancy indexing
  • implement fancy indexing in slice (i.e. return blosc array not numpy array)
  • optimise fancy indexing to avoid recalculating _slice/chunk_slice intersections every loop (PR Fancy index #459)

Metadata

Metadata

Assignees

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