Hacker News new | ask | show | jobs
by the__alchemist 463 days ago
Is that because of the Rayon lib?
1 comments

It can be, but just plain multi-threading in rust is a lot easier to work with (correctly) than it is in C - just using stdlib and builtin features of rust.