Skip to content

Commit

Permalink
yoyiyi
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyiyi committed Feb 1, 2021
1 parent fd3fa4c commit ebc3be4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Java/ConcurrentHashMap.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

ConcurrentHashMap 是 Java1.5 中引用的一个**线程安全的支持高并发**的 HashMap 集合类。

ConcurrentHashMap1.7 采用了**数组+Segment+分段锁**的方式实现。
![](../asset/17CM.png)



## 2 ConcurrentHashMap 1.8

Binary file added asset/17CM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ebc3be4

Please sign in to comment.