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.
A 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 IVars.
The library comes with a 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.
The modules below provide additionaly schedulers,
data structures, and other added capabilities
layered on top of the Par monad.
Modules
[Index]
Downloads
- monad-par-0.3.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
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 | abstract-deque (>=0.1.4), abstract-par, array (>=0.3), base (>=4 && <4.7), containers, deepseq (>=1.1), monad-par-extras (>=0.3 && <0.4), mtl (>=2.0.1.0), mwc-random (>=0.11), parallel (>=3.1) [details] |
| License | BSD-3-Clause |
| Copyright | (c) Simon Marlow 2011 |
| Author | Simon Marlow |
| Maintainer | Simon Marlow <marlowsd@gmail.com> |
| Uploaded | by RyanNewton at 2012-05-04T17:27:07Z |
| Revised | Revision 1 made by phadej at 2019-11-04T09:09:46Z |
| Category | Control, Parallelism, Monads |
| Home page | https://github.com/simonmar/monad-par |
| Reverse Dependencies | 17 direct, 3886 indirect [details] |
| Downloads | 69171 total (52 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] |