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 9d4268f commit 91c6bacCopy full SHA for 91c6bac
libcxx/docs/ReleaseNotes/21.rst
@@ -60,6 +60,9 @@ Improvements and New Features
60
61
- Updated formatting library to Unicode 16.0.0.
62
63
+- The ``std::stable_sort`` algorithm uses radix sort for floating-point types now, which can improve the performance
64
+ up to 10 times, depending on type of sorted elements and the initial state of the sorted array.
65
+
66
Deprecations and Removals
67
-------------------------
68
0 commit comments