Hacker News new | ask | show | jobs
by runT1ME 5217 days ago
ConcurrentHashMap is not lock free, it uses lock striping across multiple buckets.
1 comments

I stand corrected.