Parallel/Digest: Difference between revisions
< Parallel
(add the word of the month for ph digest 11) |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}} | |||
<font size="+3" face="Times New Roman">The Parallel Haskell Digest</font> | |||
''Note: you may want to read [[Parallelism vs. Concurrency]], as the terms have historically been conflated.'' | |||
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. | 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. | ||
Latest revision as of 12:02, 9 May 2024
The Parallel Haskell Digest
Note: you may want to read Parallelism vs. Concurrency, as the terms have historically been conflated.
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
- 2011-03-31 - spark and Hulk
- 2011-05-11 - threads
- 2011-06-16 - parallel arrays
- 2011-07-22 - par and pseq
- 2011-08-21 - strategy
- 2011-10-06 - dataflow
- 2011-12-24 - (news catch up)
- 2012-03-02 - MVar (lock)
- 2012-04-20 - transaction
- 2012-05-18 - channel
- 2012-07-05 - actor (part 2)