-
Notifications
You must be signed in to change notification settings - Fork 92
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
reduction performance improvements #3911
Comments
Investigating the recent performance changes. On October 30th, PR #3874 was merged in, and at that point performance seemed equal to historical expectation. Since then, the only change affecting the relevant functions ( |
However, I could not see any difference locally in the python interface. Running small size with 1000 trials: On master:
pr/3874
The difference is not statistically significant considering the large standard deviation. However, the difference is less than a tenth of second, so I don't think the python changes are the cause the performance regression either. |
Co-authored-by: Amanda Potts <[email protected]>
Investigate how to improve the performance of the reduction functions. The benchmarks have been showing a slight downward trend:
https://chapel-lang.org/perf/arkouda/16-node-xc/?startdate=2024/10/01&enddate=2024/11/21&graphs=all
The text was updated successfully, but these errors were encountered: