parallel-tasks

[ bsd3, library, unclassified ] [ Propose Tags ]

This library is useful for running a large amount of parallel tasks that run on top of the IO monad, executing them in batches from a work queue.

It has several features aimed at monitoring the progress of the tasks and tries to be reasonably efficient (in space and time) for large numbers (millions) of tasks. There is also caching support available so that the results of running the task can be preserved between runs of the same program, which is useful for doing scientific analysis.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 4.0.0.0, 4.0.1.0
Dependencies base (>=4 && <5), bytestring (>=0.9 && <0.11), cereal (>=0.3 && <0.5), deepseq (>=1.3 && <1.4), here (>=1.2 && <1.3), old-locale (>=1.0 && <1.1), stm (>=2.4 && <2.5), time (>=1.4 && <1.5), transformers (>=0.3 && <0.4), vector (>=0.7 && <0.11), vector-algorithms (>=0.5 && <0.7) [details]
License BSD-3-Clause
Author Neil Brown <nccb@kent.ac.uk>
Maintainer nccb@kent.ac.uk
Uploaded by NeilBrown at 2014-08-09T10:55:58Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1695 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]