8 Oct
2003
8 Oct
'03
2:53 a.m.
r2yang:
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.
There is already one implemented in the GHC libraries. If you are using GHC 6, you can import Data.HashTable. Check out: http://www.haskell.org/ghc/docs/latest/html/base/Data.HashTable.html -- Don