[libcxx-commits] [libcxx] [libcxx] Avoid hash key in __hash_table::find() if it is empty. (PR #126837)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Sun May 18 00:39:42 PDT 2025
================
@@ -0,0 +1,97 @@
+//===----------------------------------------------------------------------===//
----------------
philnik777 wrote:
How much of a difference is there? This patch already makes the benchmarks a lot longer, since there are multiple instantiations now, so I'd rather cut down on the number of benchmarks if there is no significant difference.
https://github.com/llvm/llvm-project/pull/126837
More information about the libcxx-commits
mailing list