File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff 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
7775Deprecations and Removals
7876-------------------------
You can’t perform that action at this time.
0 commit comments