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
Currently, all Haskell modules in this repository are on hackage in version 0.1.1.0. They are named Parallel-Arrows-<NameOfSubmodule>
.
- Multicore Haskell
- Par Monad
- Eden
Modes yet to be implemented:
- HdpH (if possible)
- ...