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

via libcxx-commits libcxx-commits at lists.llvm.org
Sat Nov 22 06:58:57 PST 2025


https://github.com/huixie90 commented:

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

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


More information about the libcxx-commits mailing list