8 Oct
2003
8 Oct
'03
11:41 a.m.
Am Mittwoch, 8. Oktober 2003, 04:42 schrieb Artie Gold:
r2yang@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