implement hash table
Daan Leijen
daanleijen at xs4all.nl
Wed Oct 8 16:26:55 EDT 2003
> > r2yang at engmail.uwaterloo.ca wrote:
> > >
> > > ... 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
>
And maybe a fast integer finite map may please you even more:
http://www.cs.uu.nl/~daan/ddata.html
-- Daan Leijen
More information about the Haskell
mailing list