amnh / PCG

𝙋𝙝𝙮𝙡𝙤𝙜𝙚𝙣𝙚𝙩𝙞𝙘 𝘾𝙤𝙢𝙥𝙤𝙣𝙚𝙣𝙩 𝙂𝙧𝙖𝙥𝙝 ⸺ Haskell program and libraries for general phylogenetic graph search
28 stars 1 forks source link

Refactor out Control.Parallel.Custom into pcg-utilities sub library #110

Closed recursion-ninja closed 5 years ago

recursion-ninja commented 5 years ago

The Control.Parallel.Custom module is self contained. It should be added to the pcg-utilities sub library.

We should also add these basic property tests:

parmap f === fmap f
parZipWith f x y === zipWith f x y
parZipWith3 f x y z === zipWith3 x y z
recursion-ninja commented 5 years ago

This is done. See b68456924dc2de493c4903525fd3463e3f679d98