implement hash table
Wolfgang Jeltsch
wolfgang at jeltsch.net
Wed Oct 8 14:41:22 EDT 2003
Am Mittwoch, 8. Oktober 2003, 04:42 schrieb Artie Gold:
> r2yang at engmail.uwaterloo.ca wrote:
> > Hi,all
> >
> > I'm a new one in this Haskell programming language. I have a program which
> > involved a lot of computation tasks and it's quite inefficient,so I'm
> > currently examing the possibility of using hash table in my data
> > structure, can some one tell me how to implement it? I can't find much
> > information about it.
> >
> > Thanks a lot
> >
> > Rui
>
> http://www.haskell.org/ghc/docs/6.0/html/base/Data.HashTable.html
There is also the FiniteMap data type which may also please you:
http://www.haskell.org/ghc/docs/6.0/html/base/Data.FiniteMap.html
> [...]
Wolfgang
More information about the Haskell
mailing list