[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
Mon Oct 1 09:48:04 PDT 2018


mclow.lists added a comment.

> These are highly used and important functions and if not to push for every bit of performance in the standard library, where to?

Oh, I want the speedup. I'm just exploring other ways of getting it.


https://reviews.llvm.org/D52697





More information about the libcxx-commits mailing list