[libcxx-commits] [libcxx] [libc++] Optimize std::find_if (PR #167697)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 24 01:54:12 PST 2025


philnik777 wrote:

> Very impressive results. I was expecting we are optimising `__find_if`, except it does not exist. Wonder if it is worth to make `ranges::find_if` to share the same optimisation

There are lots of opportunities. There will be lots of algorithm refactoring following this.

https://github.com/llvm/llvm-project/pull/167697


More information about the libcxx-commits mailing list