Hi!
I am currently using simple_parallel for parallel computations (Genetic Algorithm). I'd like to improve performance by distributing the problems to multiple computational nodes.
Is there a crate that is easy to use that does exactly that? A
distributed computing pool? Any suggestions what library to use? If I
were to hack it myself, I'd probably start building it on top of
nanomsg.
Thanks!
Michael