Skip to content

Fix performance regression with Series operations #25952

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

Closed
ArtificialQualia opened this issue Apr 2, 2019 · 0 comments · Fixed by #25953
Closed

Fix performance regression with Series operations #25952

ArtificialQualia opened this issue Apr 2, 2019 · 0 comments · Fixed by #25953
Labels
Performance Memory or execution speed performance
Milestone

Comments

@ArtificialQualia
Copy link
Contributor

#25743 caused a performance regression with Series operations (mean, sum, etc). This can be avoided by moving some of the ifs around so that the additional check is not performed for those operations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Memory or execution speed performance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants