forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 3
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
TRACKER: Numba engine performance with rolling operations #52
Comments
As of
|
Runs with different thread levels and more cols
|
No modifications, param'd over threads (no change from above)
|
xref numba/numba#4031 but our functions do not specify |
Some other parallel diagnostics from this local timeit test setup
Threading backend
Setting threads with omp backend
Numba function setup
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of
From this ASV
mean
andsum
have the sliding algorithms implemented.min
,max
,median
usenp.nanmethod
The text was updated successfully, but these errors were encountered: