Y
Hacker News
new
|
ask
|
show
|
jobs
by
the__alchemist
463 days ago
Is that because of the Rayon lib?
1 comments
sophacles
463 days ago
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.
link