Haskell/Time and space profiling
< HaskellIn every language, profiling is the first crucial step of performance optimization. Otherwise, it is difficult to understand correctly what is the cause of bad performance, even for many experienced programmers. In addition, in Haskell, space leaks are a frequent source of problems with laziness. This means that learning to use profiling is important.
Currently, we just link to external references on the subject.
References
- http://book.realworldhaskell.org/read/profiling-and-optimization.html
- https://www.haskell.org/ghc/docs/latest/html/users_guide/profiling.html
- http://www.haskell.org/haskellwiki/How_to_profile_a_Haskell_program
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.