summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/22315.performance.rst
blob: a2f623e5ae54c5ccb515ecb6f65244afd17f3fc6 (plain)
1
2
3
4
5
6
7
Faster ``np.sort`` on AVX-512 enabled processors
------------------------------------------------
Quicksort for 16-bit and 64-bit dtypes gain up to 15x and 9x speed up on
processors that support AVX-512 instruction set.

Thanks to `Intel corporation <https://open.intel.com/>`_ for sponsoring this
work.