October 2019
Intermediate to advanced
444 pages
10h 37m
English
This recipe shows you how to simply make an application run in parallel without massive effort using rayon-rs in just a few steps:
# replace the default [dependencies] section...[dependencies]rayon = "1.0.3"[dev-dependencies]criterion = "0.2.11"rand = "^0.5"[[bench]]name = "seq_vs_par"harness = false
Read now
Unlock full access