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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 23 08:33:52 PDT 2023


philnik added a comment.

In D156039#4525704 <https://reviews.llvm.org/D156039#4525704>, @Mordante wrote:

> Does this fix the bug you posted? https://github.com/llvm/llvm-project/issues/64038

Partially. There are still lots of optimizations missed. I'll upload more patches to fix other algorithms later.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156039/new/

https://reviews.llvm.org/D156039



More information about the libcxx-commits mailing list