Rayon: Data Parallelism for Fun and Profit

  https://www.youtube.com/watch?v=gof_OEv71Aw Rust Belt Rust: Rayon is a convenient library for adding parallelism into Rust programs. Rayon allows you to easily convert for loops using iterators to run in parallel, as well as recursive functions. Under the covers, Rayon uses work-stealing to dynamically balance your parallel processing, allowing it to scale gracefully to different numbers … Continue reading Rayon: Data Parallelism for Fun and Profit