BanditBool2 / ReadingRecord

2 stars 0 forks source link

[Ch 8] 8.4 개선된 ConcurrentHashMap #48

Closed chaewon-io closed 1 year ago

chaewon-io commented 1 year ago

책 p.290 ConcurrentHashMap의 동기화 처리 방식에서 Map 인터페이스를 구현한 3가지 구현체인 HashMap, Hashtable, ConcurrentHashMap의 차이에 대해 궁금합니다.

sohhhyeeun commented 1 year ago

참고 자료에 각각의 예시 코드와 장점과 단점이 간략하게 잘 나와있어 확인해 보셔도 좋을 것 같습니다! 참고 : https://tecoble.techcourse.co.kr/post/2021-11-26-hashmap-hashtable-concurrenthashmap/