-
Notifications
You must be signed in to change notification settings - Fork 20
Vectorized grouped (nan)quantile #329
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
Conversation
2b5ad13
to
5cca384
Compare
11cdc5e
to
44c496c
Compare
Just saw this in the release notes — very nice! Always feel free to ping numbagg if you want anything like this in there. (also nice to have it without numba though...) |
It's all vectorized so I'm not sure there's that much benefit. There might be some for the |
Yes agree... And numba is slower than numpy on sorting! |
I have learned that intel engineers show up to optimize numpy's sorting with all kinds of SIMD tricks, so that's perhaps not so surprising: e.g. numpy/numpy#25045 |
Nice!! |
No description provided.