Fast O(n) stable sorting algorithm. C++ implementation. It outperforms std::sort and std::stable_sort on N > 100 for both primitive types and complex objects.
fast performance cpp sort cpp11 sorting-algorithms performance-tuning sorting-algorithms-implemented sorting-algorithm stable-sort std-sort
-
Updated
Nov 4, 2019 - C++