You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pulls in 2 major changes:
(1) Fixes a performance regression on 16-bit dtype sorting (see
numpy/x86-simd-sort#190)
(2) Adds openmp support for quicksort which speeds up sorting arrays >
100,000 by up to 3x. See: numpy/x86-simd-sort#179
0 commit comments