[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
Wed Apr 30 00:16:16 PDT 2025


================
@@ -1771,9 +1771,9 @@ template <class _Tp, class _Hash, class _Equal, class _Alloc>
 template <class _Key>
 typename __hash_table<_Tp, _Hash, _Equal, _Alloc>::iterator
----------------
philnik777 wrote:

Not attached to this file: Please add the before/after benchmarks in the commit message.

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


More information about the libcxx-commits mailing list