Parallel-Arrows-Definition

Version 0.1.1.0 revision 0 uploaded by s4ke.

Package meta

Synopsis
Multithreaded evaluation using Arrows.
Description

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

Author
n/a
Bug reports
https://github.com/s4ke/Parrows/issues
Category
Parallelism,Arrows
Copyright
n/a
Homepage
https://github.com/s4ke/Parrows#readme
Maintainer
Martin Braun
Package URL
n/a
Stability
n/a

Components