[libcxx-commits] [PATCH] D157809: [libc++] Optimize std::find for segmented iterators

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 13 01:20:24 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/D157809

Files:
  libcxx/benchmarks/algorithms/find.bench.cpp
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/find.h
  libcxx/include/__algorithm/find_segment_if.h
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/find.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157809.549687.patch
Type: text/x-patch
Size: 9117 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230813/d4c179ee/attachment.bin>


More information about the libcxx-commits mailing list