Performance

From HaskellWiki
Revision as of 11:00, 10 January 2006 by Simonmar (talk | contribs)
Jump to navigation Jump to search

Welcome to the Haskell Performance Resource, the collected wisdom on how to make your Haskell programs go faster. We have chosen to organise this resource first by Haskell construct (data types, pattern matching, integers), and then within each category to describe techniques that apply across implementations, and also techniques that are specific to a certain Haskell implementation (eg. GHC). There are some implementation-specific tecniques that apply in general - those are linked from the General Implementation-Specific Techniques section below.

Haskell constructs

General Implementation-Specific Techniques

More Information