#linux #rust
Not a Rust expert by any means, but I have translated a real project,
that is multi-threaded, into Rust, with help from the Rust forum.

https://users.rust-lang.org/

It's now the fastest implementation of a Twin Primes sieve in existence.

https://gist.github.com/jzakiya/b96b0b70cf377dfd8feb3f35eb437225

Also, here's a really good blog series about translating a C app into Rust,
by progressively making the Rust translation faster and more idiomatic Rust.

http://cliffle.com/p/dangerust/

There are no comments yet.