@hackage edenmodules1.1.0.0
Semi-explicit parallel programming library
Categories
License
BSD-3-Clause
Maintainer
eden@mathematik.uni-marburg.de
Links
Versions
Installation
Dependencies (4)
- base >=4 && <5
- containers >=0.3 && <0.5
- deepseq >=1.1 && <1.4
- parallel >=3.0 && <4.0 Show all…
Dependents (3)
@hackage/edenskel, @hackage/acme-everything, @hackage/Parallel-Arrows-Eden
This package provides a library for semi-explicit parallel programming with Eden. Eden extends Haskell with a small set of syntactic constructs for explicit process specification and creation. While providing enough control to implement parallel algorithms efficiently, it frees the programmer from the tedious task of managing low-level details by introducing automatic communication (via head-strict lazy lists), synchronisation, and process handling. The Eden-modules depend on GHC. Using standard GHC, you will get a threaded simulation of Eden. Use the patched GHC-Eden compiler from http://www.mathematik.uni-marburg.de/~eden for a parallel build. See our homepage for more documentation and a tutorial.