On 2018-05-23 02:24 PM, David Reaver wrote:
Even
if the simplest method of running concurrent Haskell on multiple
cores doesn't work, I could just divide these first cases into
batches and run them on individual machines.
You might find it's cheaper to use several low-end machines than one
very high-end machine. You probably pay a premium for being able to
run algorithms that require it all to be on one machine.