We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Synchronize wiki with docs/
Automatically publish wiki
Warn about deprecation and removal of default_sorter
The speed of merge_insertion_sort is not dependent on a platform-specific allocator anymore
Add spinsort
Document dedicated support for [un]signed __int128 types
Rework explanation about vergesort's complexity
Mention that std_sorter is currently O(n²)
tim_sorter and grail_sorter now handle comparison and projection objects that aren't default-constructible
memory complexity for merge_insertion_sort
update complexity of merge_insertion_sort
Document split_sorter
Document that ska_sorter now supports [un]signed __int128
New -> Changed
Document 1.2.0 changes
Add QuickMergeSort and document the new median-of-medians fallback of quicksort
n long n -> n log n
Be more specific about bad_alloc
remove mention of C++17 branch
merge_insertion_sorter's optimization is probably available in more than just C++17 when __has_include is available
Mention that string_spread_sort now works with std::string_view