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
ediff1d is unexpectedly slow. Initially I thought it was due to an unneeded copy operation (I was calling it with to_begin). Then I noticed that a flat iterator is much slower than a ravel array, which was the main reason for slower than expected performance. I plan on submitting a pull request to address this.
The text was updated successfully, but these errors were encountered:
ediff1d is unexpectedly slow. Initially I thought it was due to an unneeded copy operation (I was calling it with to_begin). Then I noticed that a flat iterator is much slower than a ravel array, which was the main reason for slower than expected performance. I plan on submitting a pull request to address this.
The text was updated successfully, but these errors were encountered: