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

parLiftN #35

Open
ursi opened this issue Nov 20, 2020 · 0 comments
Open

parLiftN #35

ursi opened this issue Nov 20, 2020 · 0 comments
Labels
status: needs more info This issue needs more info before any action can be done.

Comments

@ursi
Copy link

ursi commented Nov 20, 2020

Would you be open to PR adding parLiftN functions that work like the normal liftN but parallellize the execution of the inputs. e.g.

parLift2 f a b = sequential $ lift2 f (parallel a) (parallel b)
@JordanMartinez JordanMartinez added the status: needs more info This issue needs more info before any action can be done. label Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs more info This issue needs more info before any action can be done.
Projects
None yet
Development

No branches or pull requests

2 participants