Parallel/Reading
From HaskellWiki
(Difference between revisions)
(→How to: link to tutorial) |
(→Tutorials: start importing from Don's reading list) |
||
| Line 2: | Line 2: | ||
* 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. | ||
| + | * Step by step guide to implicit and explicit parallelism in Haskell, and transactional memory - “[http://research.microsoft.com/en-us/um/people/simonpj/papers/parallel/AFP08-notes.pdf A Tutorial on Parallel and Concurrent Programming in Haskell]”, Peyton Jones and Singh. 2008 | ||
* Improving [[Performance/Concurrency|concurrent Haskell performance]] | * Improving [[Performance/Concurrency|concurrent Haskell performance]] | ||
Revision as of 10:59, 20 April 2011
1 Tutorials
- See "Real World Haskell" chapter 24, for an introduction to the most common forms of concurrent and parallel programming in GHC.
- Step by step guide to implicit and explicit parallelism in Haskell, and transactional memory - “A Tutorial on Parallel and Concurrent Programming in Haskell”, Peyton Jones and Singh. 2008
- Improving concurrent Haskell performance
