Haskell: From a Parallel Perspective
For class today, I presented some popular parallel libraries for Haskell (using GHC). It covered topics suchs as:
par
andpseq
parList
,parListChunk
,parMap
,r0
,rwhnf
andrnf
- Data Parallel Haskell
- Intel CnC
forkIO
withMVar
,Chan
,QSemN
andSTM
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
Please enable JavaScript to view the comments powered by Disqus.