Distributed Computing

Hi!

I am currently using simple_parallel for parallel computations (Genetic Algorithm). I’d like to improve performance by distributing the problems to multiple computation 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

This forum is for language design discussion. You may want to post your question to https://users.rust-lang.org, which is for language users.

Sorry. Got confused by discuss.rust-lang.org redirection :frowning:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.