Difference between revisions of "Parallel/Digest"

From HaskellWiki
Jump to navigation Jump to search
(PH Digest 11)
(add the word of the month for ph digest 11)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
== Archives ==
 
== Archives ==
   
# [http://www.well-typed.com/blog/67 2012-07-05] - actor
+
# [http://www.well-typed.com/blog/52 2011-03-31] - spark and Hulk
# [http://www.well-typed.com/blog/66 2012-05-18] - channel
+
# [http://www.well-typed.com/blog/53 2011-05-11] - threads
# [http://www.well-typed.com/blog/65 2012-04-20] - transaction
+
# [http://www.well-typed.com/blog/55 2011-06-16] - parallel arrays
# [http://www.well-typed.com/blog/64 2012-03-02] - MVar (lock)
 
# [http://www.well-typed.com/blog/62 2011-12-24] - (news catch up)
 
# [http://www.well-typed.com/blog/60 2011-10-06] - dataflow
 
# [http://www.well-typed.com/blog/58 2011-08-21] - strategy
 
 
# [http://www.well-typed.com/blog/56 2011-07-22] - par and pseq
 
# [http://www.well-typed.com/blog/56 2011-07-22] - par and pseq
# [http://www.well-typed.com/blog/55 2011-06-16] - Parallel Arrays
+
# [http://www.well-typed.com/blog/58 2011-08-21] - strategy
# [http://www.well-typed.com/blog/53 2011-05-11] - Threads
+
# [http://www.well-typed.com/blog/60 2011-10-06] - dataflow
# [http://www.well-typed.com/blog/52 2011-03-31] - Spark and Hulk
+
# [http://www.well-typed.com/blog/62 2011-12-24] - (news catch up)
 
# [http://www.well-typed.com/blog/64 2012-03-02] - MVar (lock)
 
# [http://www.well-typed.com/blog/65 2012-04-20] - transaction
 
# [http://www.well-typed.com/blog/66 2012-05-18] - channel
 
# [http://www.well-typed.com/blog/67 2012-07-05] - actor ([http://www.well-typed.com/blog/68 part 2])

Latest revision as of 08:09, 21 July 2012

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. 2011-03-31 - spark and Hulk
  2. 2011-05-11 - threads
  3. 2011-06-16 - parallel arrays
  4. 2011-07-22 - par and pseq
  5. 2011-08-21 - strategy
  6. 2011-10-06 - dataflow
  7. 2011-12-24 - (news catch up)
  8. 2012-03-02 - MVar (lock)
  9. 2012-04-20 - transaction
  10. 2012-05-18 - channel
  11. 2012-07-05 - actor (part 2)