parallel-io: Combinators for executing IO actions in parallel on a thread pool.

[ bsd3, concurrency, library ] [ Propose Tags ]

This package provides combinators for sequencing IO actions onto a thread pool. The thread pool is guaranteed to contain a fixed number of unblocked threads, minimizing contention. Furthermore, the parallel combinators can be used re-entrently - your parallel actions can spawn more parallel actions - without violating this property.

The package is heavily inspired by the thread http://thread.gmane.org/gmane.comp.lang.haskell.cafe/56499/focus=56521. Thanks to Neil Mitchell and Bulat Ziganshin for the code this package is based on.

Modules

[Last Documentation]

  • Control
    • Concurrent
      • Control.Concurrent.ParallelIO
        • Control.Concurrent.ParallelIO.Global
        • Control.Concurrent.ParallelIO.Local

Flags

Automatic Flags
NameDescriptionDefault
benchmark

Build the benchmarking tool

Disabled
tests

Build the test runner

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

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

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2, 0.2.1, 0.2.1.1, 0.2.2, 0.3.0, 0.3.0.1, 0.3.0.2, 0.3.1, 0.3.2, 0.3.2.1, 0.3.2.2, 0.3.3, 0.3.4, 0.3.5
Dependencies base (<0), containers (>=0.3 && <0.4), extensible-exceptions (>0.1.0.1), HUnit (>=1.2 && <2), random (>=1.0 && <1.1), test-framework (>=0.1.1), test-framework-hunit (>=0.1.1), time (>=1) [details]
License BSD-3-Clause
Author Neil Mitchell <ndmitchell@gmail.com>, Bulat Ziganshin <bulat.ziganshin@gmail.com>, Max Bolingbroke <batterseapower@hotmail.com>
Maintainer Max Bolingbroke <batterseapower@hotmail.com>
Revised Revision 1 made by AdamBergmark at 2015-05-13T13:28:17Z
Category Concurrency
Home page http://batterseapower.github.com/parallel-io
Uploaded by MaxBolingbroke at 2010-12-03T18:23:35Z
Distributions LTSHaskell:0.3.5, NixOS:0.3.5, Stackage:0.3.5
Reverse Dependencies 23 direct, 128 indirect [details]
Executables tests, benchmark
Downloads 34071 total (46 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-09 [all 7 reports]