[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)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 12 10:39:36 PST 2023


mordante wrote:

Thanks for the patch. If I understand it right this might violate the complexity requirements in http://eel.is/c++draft/lower.bound#4. Is that correct?

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


More information about the libcxx-commits mailing list