Skip to content

Commit 91c6bac

Browse files
committed
release-notes
1 parent 9d4268f commit 91c6bac

File tree

1 file changed

+3
-0
lines changed
  • libcxx/docs/ReleaseNotes

1 file changed

+3
-0
lines changed

libcxx/docs/ReleaseNotes/21.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ Improvements and New Features
6060

6161
- Updated formatting library to Unicode 16.0.0.
6262

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+
6366
Deprecations and Removals
6467
-------------------------
6568

0 commit comments

Comments
 (0)