A small experimental sorting library that sorts using an AVX-512 implementation of bitwise radix sort.
Accompanying code to the technical report "Bitwise MSB Radix Sort on AVX-512".
To compiler the test program, simply run make
in the root directory. Running make clean
will remove the compiled binaries.
This software is distributed based on a specific license agreement, please see the file LICENSE.md.