[Haskell-cafe] haskell in the cloud

Neil Mayhew neil_mayhew at users.sourceforge.net
Wed May 23 21:24:07 UTC 2018


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180523/0aa296ee/attachment.html>


More information about the Haskell-Cafe mailing list