Skip to content

Make Slicerator hold only reference to parent #23

@caspervdw

Description

@caspervdw

Currently, each Slicerator holds a reference to its root ancestor (as already discussed in #6).

Also, we might borrow the fancy indexing from numpy to get a performance increase. We could make a 1D numpy array that holds the indices. Then there is no need of redoing the numpy fancy indexing logic in Python.

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