Write custom NumPy ufunc in Rust? #398
Closed
mhostetter
started this conversation in
General
Replies: 2 comments 2 replies
-
I think the only ways to current construct Rust-based ufuncs is to use the slow I do think we should have that and I would be glad if you could open a feature request for that. We can then try to figure our a useful API based on the information available in the tutorial. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you for your question. Closing in favor of #399. Let's continue the discussion in the issue thread. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to write a custom NumPy ufunc in Rust and then apply it on arrays (with the requisite broadcasting) from either Rust or Python?
My application is writing finite field arithmetic ufuncs. I previously implemented this in Python and wrapped in Numba. I'm curious if I can replicate in Rust and achieve better performance.
Forgive the question if it's obvious. I didn't find an answer in documentation.
Beta Was this translation helpful? Give feedback.
All reactions