Sign up
Forgot password?
FAQ: Login

Marlow Simon. Parallel and Concurrent Programming in Haskell

  • pdf file
  • size 981,32 KB
  • added by
  • info modified
Marlow Simon. Parallel and Concurrent Programming in Haskell
Microsoft Research Ltd., Cambridge, U.K. 2012
Haskell provides a rich set of abstractions for parallel and concurrent programming. This tutorial covers the basic concepts involved in writing parallel and concurrent programs in Haskell, and takes a deliberately practical approach: most of the examples are real Haskell programs that you can compile, run, measure, modify and experiment with.
We cover parallel programming with the Evalmonad, Evaluation Strategies, and the Par monad. On the concurrent side, we cover threads, MVars, asynchronous exceptions, Software Transactional Memory, the Foreign Function Interface, and briefly look at the construction of high-speed
network servers in Haskell.
  • Sign up or login using form at top of the page to download this file.
  • Sign up
Up