Popularity
6.9
Stable
Activity
0.0
Stable
18
6
2

Monthly Downloads: 11
Programming language: TeX
License: MIT License
Tags: Parallelism     Parallel     Arrows    

Parallel-Arrows-Definition alternatives and similar packages

Based on the "Parallel" category.
Alternatively, view Parallel-Arrows-Definition alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Parallel-Arrows-Definition or a related project?

Add another 'Parallel' Package

README

Parrows

This project aims to provide an interface for parallel computation using arrows.

For more information take a look at the paper:

https://github.com/s4ke/Parrows/blob/master/paper/content/main.pdf

The paper is currently submitted to JFP for review. The submission can be seen at:

https://arxiv.org/abs/1801.02216

Install

Currently, all Haskell modules in this repository are on hackage in version 0.1.1.0. They are named Parallel-Arrows-<NameOfSubmodule>.

Currently supported modes:

  • Multicore Haskell
  • Par Monad
  • Eden

Modes yet to be implemented:

  • HdpH (if possible)
  • ...