You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not something I need, but it would be useful to support numba in ndindex.
Numba support means two things:
(Optionally) @njit all relevant ndindex methods, so that they can run fast.
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.
The text was updated successfully, but these errors were encountered:
It's not something I need, but it would be useful to support numba in ndindex.
Numba support means two things:
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.
The text was updated successfully, but these errors were encountered: