[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
Sat May 17 12:44:00 PDT 2025
================
@@ -0,0 +1,97 @@
+//===----------------------------------------------------------------------===//
----------------
philnik777 wrote:
That should do the trick. I don't think we should need `with_expensive_key_empty`.
https://github.com/llvm/llvm-project/pull/126837
More information about the libcxx-commits
mailing list