Skip to content

Commit 13f7843

Browse files
committed
release notes
1 parent 8136d79 commit 13f7843

File tree

1 file changed

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

1 file changed

+3
-5
lines changed

libcxx/docs/ReleaseNotes/22.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,9 @@ Improvements and New Features
6868
reduced debug information.
6969

7070
- The performance of ``std::find`` has been improved by up to 2x for integral types
71-
- The ``std::generate`` algorithm has been optimized for segmented iterators, resulting in a performance improvement for
72-
``std::deque<short>`` and ``std::join_view<vector<vector<short>>>`` iterators.
73-
- The ``std::distance`` and ``std::ranges::distance`` algorithms have been optimized for segmented iterators (e.g.,
74-
``std::join_view`` iterators), reducing the complexity from ``O(n)`` to ``O(n / segment_size)``. Benchmarks show
75-
performance improvements of over 1600x in favorable cases with large segment sizes (e.g., 1024).
71+
- The ``std::distance``, ``std::ranges::distance`` and ``std::generate`` algorithms have been optimized for segmented
72+
iterators (e.g. ``std::join_view`` iterators), reducing the complexity from ``O(n)`` to ``O(n / segment_size)``.
73+
Benchmarks show performance improvements of over 1600x in favorable cases with large segment sizes (e.g., 1024).
7674

7775
Deprecations and Removals
7876
-------------------------

0 commit comments

Comments
 (0)