On Wed, Feb 23, 2011 at 11:08 AM, Johan Tibell <johan.tib...@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

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to