/placement_sort

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.

Primary LanguageC++Apache License 2.0Apache-2.0

Stargazers