[Haskell-cafe] Re: Optimizing spelling correction program

Kamil Dworakowski kamil at dworakowski.name
Tue Jun 23 03:17:43 EDT 2009


> > Using Bryan O'Sullivan's fantastic BloomFilter I got it down below
> > Python's run time! Now it is 35.56s, 28% of the time is spent on GC,
> > which I think means there is still some room for improvement.
>
> One easy way to fix the GC time is to increase the default heap size.
>
>  ./a.out +RTS -A200M

It does make the GC only 1.4% of run time but it  increases it overall
by 14s.


More information about the Haskell-Cafe mailing list