Open
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.
Metadata
Assignees
Labels
No labels
Activity