Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Slicerator hold only reference to parent #23

Open
caspervdw opened this issue Nov 20, 2016 · 0 comments
Open

Make Slicerator hold only reference to parent #23

caspervdw opened this issue Nov 20, 2016 · 0 comments

Comments

@caspervdw
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant