Tonight I will talk at the Rust Amsterdam meetup about parallel programming.
The examples are available on my github.
The video recording
Concurrent programming used to be hard. Stefan Schindler is talking about techniques to structure code using ThreadPool and Iterator with rayon.
This talk will teach us the basic building blocks to not get lost in a forest of threads and tasks.
- Slides: https://estada.ch/2019/3/20/parallel-programming-in-amsterdam/
- Examples: https://github.com/dns2utf8/thread-pools-and-iterators/tree/master/beispiele
- ThreadPool: https://crates.io/crates/threadpool
- Rayon: https://crates.io/crates/rayon
Questions start at 41:06