Parallel/Digest

From HaskellWiki
< Parallel
Revision as of 15:43, 5 July 2012 by EricKow (talk | contribs) (PH Digest 11)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The Parallel Haskell Digest is a newsletter aiming to show off all the work that's going on using parallelism and concurrency in the Haskell community.

We hope to offer a monthly recap of news, interesting blog posts and discussions about parallelism in Haskell. For people who are new to parallelism and concurrency in Haskell, or maybe just have a passing interest, we hope to offer small tastes of parallelism and concurrency, with regular features like the Word of Month, Featured Code and Parallel Puzzlers.

Archives

  1. 2012-07-05 - actor
  2. 2012-05-18 - channel
  3. 2012-04-20 - transaction
  4. 2012-03-02 - MVar (lock)
  5. 2011-12-24 - (news catch up)
  6. 2011-10-06 - dataflow
  7. 2011-08-21 - strategy
  8. 2011-07-22 - par and pseq
  9. 2011-06-16 - Parallel Arrays
  10. 2011-05-11 - Threads
  11. 2011-03-31 - Spark and Hulk