[libcxx-commits] [libcxx] [libc++] Forward find* algorithms to find_if (PR #179938)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 27 06:49:50 PST 2026


philnik777 wrote:

I've checked some simple assembly and it's identical after optimizations. You're probably mostly seeing the effect of sometimes better and sometimes worse cache locality. We could consider benchmarking `pmr` versions of `list` instead and see whether that has less variability.

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


More information about the libcxx-commits mailing list