[Haskell-cafe] Parallel Data.Vector.generate?
Myles C. Maxfield
myles.maxfield at gmail.com
Thu Mar 28 07:35:08 CET 2013
Hello all. I'm using the Data.Vector.generate function with a complicated
creation function to create a long vector. Is it possible to parallelize
the creation of each element?
Alternatively, if there was something like parMap for vectors, I suppose I
could pass id to Data.Vector.generate and use parMap. Does something like
this exist?
Thanks,
Myles C. Maxfield
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130327/ad8c94b0/attachment.htm>
More information about the Haskell-Cafe
mailing list