Closed dcherian closed 9 months ago
It's all vectorized so I'm not sure there's that much benefit. There might be some for the lexsort
along an axis though
It's all vectorized so I'm not sure there's that much benefit. There might be some for the
lexsort
along an axis though
Yes agree...
And numba is slower than numpy on sorting!
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. https://github.com/numpy/numpy/pull/25045
Nice!!
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...)