Blog articles/Performance
From HaskellWiki
< Blog articles(Difference between revisions)
| Line 4: | Line 4: | ||
* [http://www.haskell.org/pipermail/haskell-cafe/2007-February/022315.html Reading GHC Core and tuning assembly output] | * [http://www.haskell.org/pipermail/haskell-cafe/2007-February/022315.html Reading GHC Core and tuning assembly output] | ||
* [http://syntaxfree.wordpress.com/2007/05/04/lra/ Simple performance analysis] | * [http://syntaxfree.wordpress.com/2007/05/04/lra/ Simple performance analysis] | ||
| + | |||
| + | * [http://cgi.cse.unsw.edu.au/~dons/blog/2008/05/16 Writing Haskell as fast as C] and [http://www.cse.unsw.edu.au/~dons/blog/2008/06/04#fast-fusion Working at a high altitude for low level performance] by Don Stewart | ||
| + | |||
| + | * [http://comonad.com/reader/2008/a-sort-of-difference/ A sort of difference] by Edward Kmett (edwardk) - how choosing the right data structure implementation can make a difference, | ||
Current revision
Performance
- Writing Haskell as fast as C and Working at a high altitude for low level performance by Don Stewart
- A sort of difference by Edward Kmett (edwardk) - how choosing the right data structure implementation can make a difference,
