RE: [Haskell-cafe] more shootout madness -- hashes in GHC

2004-10-08 Thread Simon Marlow
On 07 October 2004 20:53, Robert wrote: I've been playing around with the Hashes, Part II code from the shootout. I wanted to try to implement this test using Data.HashTable instead of Data.FiniteMap to see if that would buy us anything. In fact, the HashTable implementation is consistantly

[Haskell-cafe] more shootout madness -- hashes in GHC

2004-10-07 Thread Robert
I've been playing around with the Hashes, Part II code from the shootout. I wanted to try to implement this test using Data.HashTable instead of Data.FiniteMap to see if that would buy us anything. In fact, the HashTable implementation is consistantly faster than FiniteMap, but not by a lot