Difference between revisions of "Parallel/Reading"

From HaskellWiki
Jump to navigation Jump to search
m (split into sections)
(→‎How to: link to tutorial)
Line 1: Line 1:
== How to ==
+
== Tutorials ==
   
 
* See "Real World Haskell" [http://book.realworldhaskell.org/read/concurrent-and-multicore-programming.html chapter 24], for an introduction to the most common forms of concurrent and parallel programming in GHC.
 
* See "Real World Haskell" [http://book.realworldhaskell.org/read/concurrent-and-multicore-programming.html chapter 24], for an introduction to the most common forms of concurrent and parallel programming in GHC.
  +
* Improving [[Performance/Concurrency|concurrent Haskell performance]]
   
 
== Papers ==
 
== Papers ==

Revision as of 16:47, 16 March 2011

Tutorials

Papers

Surveys