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
There are still some hand written Rust code that computes things like dot product, L2 distances, etc. Ndarray has shown better performance and given current use cases, it will be 0 cost to cast underlying data to ndarrays.
The text was updated successfully, but these errors were encountered:
There are still some hand written Rust code that computes things like dot product, L2 distances, etc. Ndarray has shown better performance and given current use cases, it will be 0 cost to cast underlying data to ndarrays.
The text was updated successfully, but these errors were encountered: