heterogeneous mutations for ConcurrentHashMap
Summary: This diff adds heterogeneous mutation support to ConcurrentHashMap. The gating of the allowed key types are done in `EnableHeterogeneousInsert`. `CHM::insert()` does not destructure `pair` arguments and `CHM::emplace()` does not yet attempt to identify a usable key, leaving those as future follow-ups. Reviewed By: yfeldblum Differential Revision: D23349316 fbshipit-source-id: 3d0b22f5c540d913db6bc93d77481d2ffc4426ac
Showing
Please register or sign in to comment