This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from a443a0013 [test] [support] Use socket()+bind() to create unix sockets portably new 8f7fa38fb [libcxx] Speeding up partition_point/lower_bound/upper_bound
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: benchmarks/algorithms.partition_point.bench.cpp | 124 ++++++++++++++++++++++++ include/algorithm | 34 ++++++- test/libcxx/algorithms/half_positive.pass.cpp | 56 +++++++++++ 3 files changed, 210 insertions(+), 4 deletions(-) create mode 100644 benchmarks/algorithms.partition_point.bench.cpp create mode 100644 test/libcxx/algorithms/half_positive.pass.cpp