Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 214 Bytes

File metadata and controls

9 lines (6 loc) · 214 Bytes

Radix sort implementation using AVX-512

This needs at least version 1.89 of rustc in order to use avx512 intrinsics on the stable channel.

Run benchmarks using

RUSTFLAGS=-Ctarget-cpu=native cargo bench