We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be817cc commit 8f5011fCopy full SHA for 8f5011f
libcxx/docs/ReleaseNotes/19.rst
@@ -126,6 +126,8 @@ Improvements and New Features
126
127
- In C++23 and C++26 the number of transitive includes in several headers has been reduced, improving the compilation speed.
128
129
+- ``std::stable_sort`` uses radix sort for integral types now, which can improve the performance up to 10 times, depending
130
+ on type of sorted elements and the initial state of the sorted array.
131
132
Deprecations and Removals
133
-------------------------
0 commit comments