[libcxx-commits] [PATCH] D61878: [libc++] Optimize unordered_{multiset, multimap} equality comparison
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 12 15:17:41 PDT 2023
ldionne added inline comments.
================
Comment at: libcxx/include/unordered_map:1989
_LIBCPP_HIDE_FROM_ABI bool
operator==(const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
const unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
----------------
@dexonsmith Do you agree that we should be able to apply the same `mismatch` optimization here and in `std::unordered_set`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61878/new/
https://reviews.llvm.org/D61878
More information about the libcxx-commits
mailing list