[libcxx-commits] [libcxx] [libcxx] Avoid hash key in __hash_table::find() if it is empty. (PR #126837)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 8 00:37:16 PDT 2025


================
@@ -0,0 +1,97 @@
+//===----------------------------------------------------------------------===//
----------------
xbcnn wrote:

OK.  I added `with_expensive_key_empty` to cover the tests and removed `hash_table_find.bench.cpp`

https://github.com/llvm/llvm-project/pull/126837


More information about the libcxx-commits mailing list