[libcxx-commits] [libcxx] [libc++] Rewrite the std::lower_bound benchmark to be more efficient and add an upper_bound benchmark (PR #177180)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 21 07:18:00 PST 2026
================
@@ -0,0 +1,74 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// UNSUPPORTED: c++03, c++11, c++14, c++17
----------------
ldionne wrote:
I'd like us to keep the style consistent with the other algorithm benchmarks we have.
https://github.com/llvm/llvm-project/pull/177180
More information about the libcxx-commits
mailing list