Parallel/Reading
From HaskellWiki
(Difference between revisions)
m (split into sections) |
(→How to: link to tutorial) |
||
| Line 1: | Line 1: | ||
| - | == | + | == 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
1 Tutorials
- See "Real World Haskell" chapter 24, for an introduction to the most common forms of concurrent and parallel programming in GHC.
- Improving concurrent Haskell performance
