summaryrefslogtreecommitdiff
path: root/libcxx/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/docs/ReleaseNotes.rst')
-rw-r--r--libcxx/docs/ReleaseNotes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index 952aa3bee4f5..16143c1c2edf 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -53,6 +53,9 @@ Improvements and New Features
- The performance of ``dynamic_cast`` on its hot paths is greatly improved and is as efficient as the
``libsupc++`` implementation. Note that the performance improvements are shipped in ``libcxxabi``.
+- `D122780 <https://reviews.llvm.org/D122780>`_ Improved the performance of ``std::sort`` and ``std::ranges::sort``
+ by up to 50% for arithmetic types and by approximately 10% for other types.
+
Deprecations and Removals
-------------------------