Difference between revisions of "Blog articles/Parallel"

From HaskellWiki
Jump to navigation Jump to search
(One intermediate revision by the same user not shown)
Line 4: Line 4:
   
 
*Making the transition from sequential to implicit parallel programming
 
*Making the transition from sequential to implicit parallel programming
 
 
** [http://www.embedded.com/design/multicore/201500267 Part 1: How sequential languages obscure parallelism]
 
** [http://www.embedded.com/design/multicore/201500267 Part 1: How sequential languages obscure parallelism]
 
** [http://www.embedded.com/showArticle.jhtml?articleID=201801070 Part 2: How to achieve parallel execution]
 
** [http://www.embedded.com/showArticle.jhtml?articleID=201801070 Part 2: How to achieve parallel execution]
Line 17: Line 16:
   
 
* [http://radar.oreilly.com/archives/2007/01/threads_conside.html Threads Considered Harmful] (discusses [http://www.eecs.berkeley.edu/Pubs/TechRpts/2006/EECS-2006-1.html The Problem with Threads])
 
* [http://radar.oreilly.com/archives/2007/01/threads_conside.html Threads Considered Harmful] (discusses [http://www.eecs.berkeley.edu/Pubs/TechRpts/2006/EECS-2006-1.html The Problem with Threads])
  +
* [http://www.serpentine.com/blog/2007/09/25/what-the-heck-is-a-wide-finder-anyway/ Fast, parallel log file processing in Haskell]
   
 
=== Transactional memory ===
 
=== Transactional memory ===

Revision as of 16:24, 27 September 2007