haskell-cafe@haskell.org
[Top] [All Lists]

[Haskell-cafe] Re: newbie optimization question

Subject: [Haskell-cafe] Re: newbie optimization question
From: Peter Hercek
Date: Mon, 29 Oct 2007 11:43:49 +0100
Rodrigo Queiro wrote:
Why do you expose perfect and divisors? Maybe if you just expose main,
perfect and divisors will be inlined (although this will only save
10,000 function entries, so will probably have negligible effect).

I exposed them so that I can check types in ghci.
Hiding them does not seem to have noticeable effect.

Thanks,
Peter.

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@xxxxxxxxxxx
http://www.haskell.org/mailman/listinfo/haskell-cafe

<Prev in Thread] Current Thread [Next in Thread>