
On Fri, 19 Mar 2004, Simon Marlow wrote:
I did post a hash table version of this program a while back, that I claimed was a factor of 3 faster at the time. Unfortunately the attachment in the archive is in base64 and I can't read it, and I've lost the code :-( If you can decode the attachment, it's here:
http://www.haskell.org/pipermail/haskell-cafe/2001-July/002061.html
Does the code below look familiar?
/Josef
\begin{code}
-- compile with: ghc -O -package lang
-- run with: ./a.out +RTS -H10m -K4m