HhashMap HashTable ConcurrentHashMap

Posted zhangzhen894095789

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HhashMap HashTable ConcurrentHashMap相关的知识,希望对你有一定的参考价值。

hashMap

 

hashTable

 

concurrentHashMap

 

hashMap的效率高于hashTable,hashMap是线程不安全的,并发时hashMap put方法容易引起死循环,导致cpu利用率达到100%

所以高并发下不能使用hashMap,而是用ConcurentHashMap,则不会出现这种情况

以上是关于HhashMap HashTable ConcurrentHashMap的主要内容,如果未能解决你的问题,请参考以下文章

polypaudio-0.1文件列表

Hashtable与HashMap有啥区别?

ava集合Set集合之HashTable详解

HashTable和Dictionary的区别

C#中HashTable的用法

HashTable vs HashMap