File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,6 @@ Improvements and New Features
9696 production but should not be used outside of this scenario. Please refer to the :ref: `Hardening documentation
9797 <hardening>` for details.
9898
99- - The ``std::distance `` and ``std::ranges::distance `` algorithms have been optimized for segmented iterators (e.g.,
100- ``std::join_view `` iterators), reducing the complexity from ``O(n) `` to ``O(n / segment_size) ``. Benchmarks show
101- performance improvements of over 1600x in favorable cases with large segment sizes (e.g., 1024).
102-
10399Deprecations and Removals
104100-------------------------
105101
Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ Implemented Papers
4343Improvements and New Features
4444-----------------------------
4545
46+ - The ``std::distance `` and ``std::ranges::distance `` algorithms have been optimized for segmented iterators (e.g.,
47+ ``std::join_view `` iterators), reducing the complexity from ``O(n) `` to ``O(n / segment_size) ``. Benchmarks show
48+ performance improvements of over 1600x in favorable cases with large segment sizes (e.g., 1024).
49+
4650Deprecations and Removals
4751-------------------------
4852
You can’t perform that action at this time.
0 commit comments