Decimating Array.Sort with AVX2
I ended up going down the rabbit hole re-implementing array sorting with AVX2 intrinsics, and there’s no reason I should go down alone. - article / HN
- Vectorized and performance-portable Quicksort / HN
- Highway is a C++ library that provides portable SIMD/vector intrinsics.
- x86-simd-sort - SIMD based 16-bit, 32-bit and 64-bit data type sorting on x86 processors.
- Sorting with SIMD
Written on May 24, 2020, Last update on March 12, 2023
avx
vector
sort
fastware
array