@hackage / Parallel-Arrows-Definition

Multithreaded evaluation using Arrows.

Latest0.1.1.0

About

Metadata

  • Last updated , by s4ke
  • License MIT
  • Categories Parallelism
  • Maintained by: Martin Braun

  • Lottery factor: 0

Links

Installation

Readme

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