-
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
Add Numba to rolling.apply #29
Add Numba to rolling.apply #29
Conversation
Here's the performance comparison so far. Unfortunately cython is still faster for the ndarray case.
|
Additionally, |
I was able to solve the performance problem in aa9644c. The biggest issue was compiling the
|
Here are the ASV benchmarks:
The |
Additional notes:
|
rolling.apply
#25black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff