New feature support in folly::AtomicHash*
Summary: AtomicHashMap/AtomicHashArray didn't support a custom equality function, and didnt support pointer keys. We only ever do compare-and-swap against the 3 "magic" keys, so as long as we're careful we can continue to do that, while using the equality function elsewhere. Also add a user-configurable growth rate, independent of maxLoadFactor. Test Plan: automated tests Reviewed By: delong.j@fb.com FB internal diff: D806936
Showing
Please register or sign in to comment