[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:41:22 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
----------------
xbcnn wrote:
Attached benchmarks data (with/without the opt) in the new commit.
Should I update the first comment of the conversation?
https://github.com/llvm/llvm-project/pull/126837
More information about the libcxx-commits
mailing list