[libcxx-commits] [PATCH] D156039: [libc++] Optimize ranges::find for vector<bool>

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 22 14:40:46 PDT 2023


philnik created this revision.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D156039

Files:
  libcxx/benchmarks/algorithms/find.bench.cpp
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/find.h
  libcxx/include/__bit/invert_if.h
  libcxx/include/__bit_reference
  libcxx/include/__fwd/bit_reference.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156039.543230.patch
Type: text/x-patch
Size: 10645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230722/7a2c255e/attachment.bin>


More information about the libcxx-commits mailing list