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

Eric Fiselier via Phabricator reviews at reviews.llvm.org
Sat Oct 27 10:32:04 PDT 2018


EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

LGTM. Thanks so much for this change.

I'm still quite surprised about how much of a performance difference this make.


https://reviews.llvm.org/D52697





More information about the libcxx-commits mailing list