24 Feb
2011
24 Feb
'11
2:45 a.m.
On Wed, Feb 23, 2011 at 11:08 AM, Johan Tibell <johan.tibell@gmail.com> wrote:
... HashTable is not a concurrent data structure. You need e.g. a lock free mutable hash table.
Good implementations of which are *not* thick on the ground. Even java.util.concurrent isn't fully lock-free. -Jan