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

Numba support #72

Open
asmeurer opened this issue Aug 1, 2020 · 0 comments
Open

Numba support #72

asmeurer opened this issue Aug 1, 2020 · 0 comments
Labels

Comments

@asmeurer
Copy link
Member

asmeurer commented Aug 1, 2020

It's not something I need, but it would be useful to support numba in ndindex.

Numba support means two things:

  1. (Optionally) @njit all relevant ndindex methods, so that they can run fast.
  2. Register the ndindex types with numba so that they themselves can be used inside of an @njitted function.

I expect both of these would be challenging, but I also imagine this could be very useful for someone who wants to use ndindex in contexts where performance matters.

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

No branches or pull requests

1 participant