The latest version of monad-par is 0.3.6-1.

monad-par

Version 0.1.0.3 revision 0 uploaded by SimonMarlow.

Package meta

Synopsis
A library for parallel programming based on a monad
Description

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 IVars. 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.

Author
Simon Marlow
Bug reports
n/a
Category
Control,Parallelism,Monads
Copyright
(c) Simon Marlow 2011
Homepage
https://github.com/simonmar/monad-par
Maintainer
Simon Marlow <marlowsd@gmail.com>
Package URL
n/a
Stability
Experimental

Components