Skip to content

Commit 8f5011f

Browse files
committed
release-notes
1 parent be817cc commit 8f5011f

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

libcxx/docs/ReleaseNotes/19.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ Improvements and New Features
126126

127127
- In C++23 and C++26 the number of transitive includes in several headers has been reduced, improving the compilation speed.
128128

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.
129131

130132
Deprecations and Removals
131133
-------------------------

0 commit comments

Comments
 (0)