Mutable hash?

Robert Dockins robdockins at fastmail.fm
Thu Oct 21 09:17:20 EDT 2004


There is a hashtable in the IO monad:

http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data.HashTable.html

I understand there was an important bugfix that went into 6.2.2 for this 
hashtable implementation, so you'll probably want to make sure to use 
the latest GHC if you'll be using this.



Petter Egesund wrote:

> Does anybody know about a mutable hash implementation for ghc?
> 
> There is going to be a lot of updates in the hash (some millions adds 
> and removes) so a non-mutable structure will not do?!
> 
> Cheers,
> 
> Petter
> 
> ###########################################
> 
> This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
> For more information, connect to http://www.F-Secure.com/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Glasgow-haskell-users mailing list
> Glasgow-haskell-users at haskell.org
> http://www.haskell.org/mailman/listinfo/glasgow-haskell-users



More information about the Glasgow-haskell-users mailing list