Making sequential code parallel

Here, you'll learn about rayon, an external crate in Rust, whose main aim is to make your sequential code parallel. The best part about rayon is that it guarantees you that the APIs of rayon will not introduce any concurrency bugs, such as data race. In this recipe, you will learn about rayon's parallel iterators, which execute iterative statements in parallel.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.129.42.243