C++ template library for high performance SIMD based sorting algorithms
Sorting algorithms & related tools for C++
The main features of morwenn/cpp-sort are: Sorting Algorithms.
Open-source alternatives to morwenn/cpp-sort include: gfx/cpp-timsort — A C++ implementation of timsort. numpy/x86-simd-sort — C++ template library for high performance SIMD based sorting algorithms. orlp/pdqsort — Pattern-defeating quicksort.