Skip to content

ConcurrentHashMap 底层实现

cxuan edited this page Jun 15, 2020 · 1 revision

ConcurrentHashMap 是线程安全的 Map,它也是高并发场景下的首选数据结构,ConcurrentHashMap 底层是使用分段锁来实现的。

Clone this wiki locally