Parallel-Arrows-Definition

Multithreaded evaluation using Arrows.

https://github.com/s4ke/Parrows#readme

Latest on Hackage:0.1.1.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed
Maintained by Martin Braun

Arrows are a suitable abstraction for parallel programming. This package offers a general interface for parallelizing Arrows. This package however only contains the interface and code written against it must be used with a backend such as Parallel-Arrows-Multicore, Parallel-Arrows-ParMonad, Parallel-Arrows-Eden in order to have any parallel speedup. This package also contains some parallel skeletons such as variants of parMap and some topology skeletons. For more info see check out the paper at https://arxiv.org/abs/1801.02216