Am Mittwoch, 8. Oktober 2003, 04:42 schrieb Artie Gold:
> [EMAIL PROTECTED] 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

_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to