[Haskell-cafe] Optimization again.

Donald Bruce Stewart dons at cse.unsw.edu.au
Thu Dec 14 08:21:04 EST 2006


szefirov:
> From GHC documentation: "Once profiling has thrown the spotlight on the 
> guilty time-consumer(s), it may be better to re-think your program than 
> to try all the tweaks listed below."
> 
> So, how should I rethink my program? Which way to take?

Do you have some particular code that is underperforming?

Performance tips are documented here:

    http://haskell.org/haskellwiki/Performance

Happy coding! :)

-- Don


More information about the Haskell-Cafe mailing list