[libcxx-commits] [libcxx] [libc++][doc] Update the release notes for LLVM 18 (PR #78324)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 16 11:21:02 PST 2024
================
@@ -65,7 +81,7 @@ Implemented Papers
Improvements and New Features
-----------------------------
-- ``std::ranges::count`` is now optimized for ``vector<bool>::iterator``, which
+- ``std::ranges::count`` is now optimized for ``std::vector<bool>::iterator``, which
can lead up to 350x performance improvements.
----------------
philnik777 wrote:
Could you also add the improvements from https://github.com/llvm/llvm-project/commit/8670b53e11bb4f41eeef812472ff8efa957470a1?
Maybe something like
```suggestion
- ``std::ranges::count`` and ``std::ranges::find`` are now optimized for ``std::vector<bool>::iterator``, which
can lead up to 350x performance improvements.
```
https://github.com/llvm/llvm-project/pull/78324
More information about the libcxx-commits
mailing list