SV: Mutable hash?

Petter Egesund petter.egesund at kunnskapsforlaget.no
Thu Oct 21 09:18:09 EDT 2004


Thanks!

Petter

-----Opprinnelig melding-----
Fra: Robert Dockins [mailto:robdockins at fastmail.fm]
Sendt: 21. oktober 2004 15:17
Til: Petter Egesund
Kopi: glasgow-haskell-users at haskell.org
Emne: Re: Mutable hash?

There is a hashtable in the IO monad:

http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data.HashTabl
e.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

###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft
Exchange.
For more information, connect to http://www.F-Secure.com/



More information about the Glasgow-haskell-users mailing list