purescript-parallel icon indicating copy to clipboard operation
purescript-parallel copied to clipboard

parLiftN

Open ursi opened this issue 5 years ago • 0 comments

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)

ursi avatar Nov 20 '20 20:11 ursi