[Haskell-cafe] Re: Optimizing spelling correction program

Bulat Ziganshin bulat.ziganshin at gmail.com
Mon Jun 22 17:29:58 EDT 2009


Hello Don,

Tuesday, June 23, 2009, 1:22:46 AM, you wrote:

> One easy way to fix the GC time is to increase the default heap size.

>  ./a.out +RTS -A200M 

to be exact, -A isn't a heap size - it's frequency of generation-1
collections. by default, collection perfromed every 512kbytes, tied to
L2 cache of CPUs

-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list