Hi Craig,
Another ConcurrentHashMap implementation that is available for JDK 1.4
comes from Emory University's Distributed Computing Lab.
(http://harness2.org/util/backport-util-concurrent/dist/) One of their
goals to make the source easily upgraded to java.util.concurrent once
JDK 1.4 is lef
Don't know if anyone caught Cliff's preso at Java One...
Anyone want to take a look at the new HashMap?
Craig
Begin forwarded message:
From: Kin-man Chung
Date: May 15, 2007 11:24:38 AM PDT
Subject: Lock-free HashMap
Cliff Click talked about his lock-free HashMap at JavaOne, and
demonstrated