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.
-
Parallel-Arrows-BaseSpec
BaseSpecs used for @Parallel-Arrows-Definition@ and Co. -
Parallel-Arrows-Eden
Eden based backend for @Parallel-Arrows-Definition@.
Do you think we are missing an alternative of Parallel-Arrows-Definition or a related project?
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)
- ...