Difference between revisions of "Blog articles/Performance"

From HaskellWiki
Jump to navigation Jump to search
 
 
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,

Latest revision as of 11:50, 17 July 2008

Performance

  • A sort of difference by Edward Kmett (edwardk) - how choosing the right data structure implementation can make a difference,