@hackage parallel3.2.1.1
Parallel programming library
Categories
License
BSD-3-Clause
Maintainer
libraries@haskell.org
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- array >=0.3 && <0.6
- base >=4.3 && <4.12
- containers >=0.4 && <0.6
- deepseq >=1.1 && <1.5 Show all…
Dependents (282)
@hackage/regex-deriv, @hackage/haskell-platform-test, @hackage/dataframe, @hackage/edenmodules, @hackage/Etage-Graph, @hackage/WordAlignment, Show all…
This package provides a library for parallel programming.
For documentation start from the Control.Parallel.Strategies
module below.
For more tutorial documentation, see the book Parallel and Concurrent Programming in Haskell.
To understand the principles behind the library, see Seq no more: Better Strategies for Parallel Haskell.