monad-par: A library for parallel programming based on a monad
This library offers an alternative parallel programming
API to that provided by the parallel
package.
The Par
monad allows the simple description of
parallel computations, and can be used to add
parallelism to pure Haskell code. The basic API
is straightforward: the monad supports forking
and simple communication in terms of IVar
s.
The library comes with an efficient work-stealing
implementation, but the internals are also
exposed so that you can build your own scheduler
if necessary.
Examples of use can be found in the examples/ directory
of the source package.
Modules
[Index]
Downloads
- monad-par-0.1.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.3, 0.3.4, 0.3.4.1, 0.3.4.2, 0.3.4.3, 0.3.4.4, 0.3.4.5, 0.3.4.6, 0.3.4.7, 0.3.4.8, 0.3.4.9, 0.3.5, 0.3.6 (info) |
---|---|
Dependencies | base (>=4 && <5), deepseq (>=1.1 && <1.3), HUnit (>=1.2) [details] |
License | BSD-3-Clause |
Copyright | (c) Simon Marlow 2011 |
Author | Simon Marlow |
Maintainer | Simon Marlow <marlowsd@gmail.com> |
Category | Control, Parallelism, Monads |
Home page | https://github.com/simonmar/monad-par |
Uploaded | by SimonMarlow at 2011-12-15T09:36:45Z |
Distributions | Arch:0.3.6, Debian:0.3.5, Fedora:0.3.6, FreeBSD:0.3.4.7, LTSHaskell:0.3.6, NixOS:0.3.6, Stackage:0.3.6 |
Reverse Dependencies | 17 direct, 3746 indirect [details] |
Downloads | 68739 total (8 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |