Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 188 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 188 Bytes

Radix sort implementation using AVX-512

This needs a nightly version of rustc in order to use avx512 intrinsics.

Run benchmarks using

RUSTFLAGS=-Ctarget-cpu=native cargo bench