Difference between revisions of "Parallel/Research"

From HaskellWiki
Jump to navigation Jump to search
(stub)
 
m
 
(4 intermediate revisions by 2 users 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>}}
Current Research in Haskell Parallelism and Concurrency
 
  +
<font size="+3" face="Times New Roman">Research: Parallelism and concurrency</font>
  +
  +
''Note: you may want to read [[Parallelism vs. Concurrency]], as the terms have historically been conflated.''
  +
  +
__TOC__
   
 
== General ==
 
== General ==
   
 
* [[Research papers/Parallelism and concurrency|Research papers on parallelism and concurrency]]
 
* [[Research papers/Parallelism and concurrency|Research papers on parallelism and concurrency]]
  +
  +
== Parallel ==
  +
  +
* [http://www.macs.hw.ac.uk/~dsg/gph/ Glasgow Parallel Haskell]
  +
  +
== Concurrent ==
  +
  +
== Distributed ==
  +
  +
* [http://www.macs.hw.ac.uk/~dsg/gdh/ Glasgow Distributed Haskell]
  +
* [http://www.mathematik.uni-marburg.de/~eden Eden]
  +
  +
[[Category:Research]]
  +
[[Category:Parallel]]

Latest revision as of 12:02, 9 May 2024

Research: Parallelism and concurrency

Note: you may want to read Parallelism vs. Concurrency, as the terms have historically been conflated.

General

Parallel

Concurrent

Distributed