Skip to content

Make Slicerator hold only reference to parent #23

Open
@caspervdw

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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