So, I recently started to study Scala and used graphics as my project to improve my-Scala, and everything is going well - since then I have managed to easily parallelize some graph algorithms (which is beneficial from data parallelization) kindly provided by Scala 2.9 with amazing support for parallel collections .
However, I want to take this step further and parallelize it not only on one machine, but also on several. Does Scala offer any clean way to do this, as with parallel collections, or will I have to wait until I get a chapter in my actor book / learn more about Akka?
Thanks! -kstruct
scala parallel-processing graph scala-collections distributed
adelbertc
source share