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

ediff1d performance #8175

Closed
mattharrigan opened this issue Oct 19, 2016 · 0 comments
Closed

ediff1d performance #8175

mattharrigan opened this issue Oct 19, 2016 · 0 comments

Comments

@mattharrigan
Copy link
Contributor

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.

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

No branches or pull requests

1 participant