[Haskell-cafe] Timing difference

Bulat Ziganshin bulat.ziganshin at gmail.com
Thu Dec 25 04:10:24 EST 2008


Hello Aai,

Thursday, December 25, 2008, 11:45:33 AM, you wrote:

> remarkable (that's to say: for me) difference in timing using lambda
> function in the one case and point free in the other. Timing was
> measured in GHCi. Compiled there's no difference!

compiler optimizes program, replacing slower version with faster one.
ghci executes code exactly


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



More information about the Haskell-Cafe mailing list