[libcxx-commits] [libcxx] [libc++] Optimize most of the __tree search algorithms (PR #155245)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 28 08:52:28 PDT 2025


https://github.com/ldionne requested changes to this pull request.

I think this is an amazing idea.

As we discussed just now, this idea should also be applicable more widely to all of our algorithms that use strict-weak orderings, which is a lot of algorithms. I'd be curious to investigate the impact of some of those optimizations.

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


More information about the libcxx-commits mailing list