Description
Provides a parallel programming library for Haskell. It helps code express computations that may be evaluated in parallel, improving performance when work can be split safely.
It is useful for CPU-bound algorithms, data processing, simulations, and workloads with independent tasks. It is a developer library and actual speedups depend on the program structure and runtime settings.