Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

related libraries #7

Open
tbenst opened this issue Aug 8, 2021 · 0 comments
Open

related libraries #7

tbenst opened this issue Aug 8, 2021 · 0 comments

Comments

@tbenst
Copy link
Owner

tbenst commented Aug 8, 2021

Haskell Par monad

Similar to eager mode in Dagger:
https://hackage.haskell.org/package/monad-par-0.3.5/docs/Control-Monad-Par.html

Haskell parallel

laziness parallel approach where contruct data structures and eval in parallel using Strategies
https://hackage.haskell.org/package/parallel-3.2.2.0/docs/Control-Parallel-Strategies.html

refs

https://timharris.uk/papers/2007-fdip.pdf
https://stackoverflow.com/questions/15005670/why-is-there-no-implicit-parallelism-in-haskell
http://www.macs.hw.ac.uk/~dsg/gph/docs/Gentle-GPH/sec-gph.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant