Comment by empath75
5 days ago
Rayon is about as pure an example of it as you can imagine. In a lot of cases you just need to replace iter() with par_iter() and it just works.
5 days ago
Rayon is about as pure an example of it as you can imagine. In a lot of cases you just need to replace iter() with par_iter() and it just works.
scoped threads as well, though at a lower level of semantics (and probably less efficiently due to not being on top of a thread pool).