[PATCH] D52697: Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible.

Marshall Clow via Phabricator reviews at reviews.llvm.org
Sat Oct 27 09:20:54 PDT 2018


mclow.lists added a comment.

I'm much happier with this patch now. It's a lot simpler, and still accomplishes what you want.


https://reviews.llvm.org/D52697





More information about the libcxx-commits mailing list