BAM Weblog

Haskell: From a Parallel Perspective

Brian McKenna — 2010-10-13

For class today, I presented some popular parallel libraries for Haskell (using GHC). It covered topics suchs as:

  • par and pseq
  • parList, parListChunk, parMap, r0, rwhnf and rnf
  • Data Parallel Haskell
  • Intel CnC
  • forkIO with MVar, Chan, QSemN and STM

The presentation is online here:

http://brianmckenna.org/files/presentations/haskell-parallel/

On Bitbucket here:

https://bitbucket.org/puffnfresh/presentations

Downloadable as a zip here:

http://brianmckenna.org/files/presentations/haskell-parallel.zip

Random

Illustration from LYAH by bonus500

Please enable JavaScript to view the comments powered by Disqus.