Vectorized and performance-portable Quicksort
Summary
Google Open Source discusses a vectorized, performance-portable Quicksort that uses SIMD to accelerate sorting across multiple architectures. The project achieves significant speedups over std::sort and architecture-specific sorts, with code and a paper detailing the approach.