ConcurrentHashMap: Remove comment about potential bottleneck under heavy removal
Summary: Remove comment about potential high contention under sustained frequent removal from CHM-s. Recent changes to the hazard pointer library eliminated this problem: - Asynchronous reclamation of tagged objects (including CHM objects) no longer needs to be done while holding the lock on the list of tagged objects. - The list of tagged objects is now sharded and sharding can be easily increased if needed. Reviewed By: yfeldblum Differential Revision: D24318407 fbshipit-source-id: 3124e8d5651848a16084899a6f31d69cc235c702
Showing
Please register or sign in to comment