Package libdjbsort

Fast in-place numeric sorting library

https://sorting.cr.yp.to/

djbsort sorts arrays of integers or floats in-place using sorting networks.
Sorting networks scale O(n log^2 n), but help to protect against
timing attacks.
Where available, djbsort uses vector instructions for better performance.
djbsort performs well in sorting benchmarks and thus is well-suited
in cryptographic and non-cryptographic contexts.

Version: 20260621

See also: libdjbsort-devel.

General Commands

djbsort-fulltest
djbsort-speed
djbsort-test