Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It also helps that Rust is easy to parallelise. When making some sort of FS discovery software concurrent consists of adding a dependency on rayon and a par_iter() to the main loop it gets easier to take advantage of manycore systems.

Though then you can get the issue that systems don’t really tell you about P/E cores or how they’d want you to use them, and that’s annoying.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: