[libcxx-commits] [libcxx] [libc++] Introduce one-sided binary search for lower_bound on non-random iterators, and use that to improve the average complexity of set_intersection. (PR #75230)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 13 10:18:37 PST 2023


philnik777 wrote:

I don't think you're wrong that this improves performance, but being able to point to hard data is always great. With algorithms it's almost always really easy to write micro benchmarks, so there we really like to have them.

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


More information about the libcxx-commits mailing list