Skip to content

Details

One of the key promises of Rust is to enable "fearless concurrent programming", making writing parallel algorithms safer and more fun than in any other language.

We will explore parallel programming patterns in the context of the Rust language, loosely following the patterns described in the industry-standard book "Structured Parallel Programming: Patterns for Efficient Computation".
The focus is on analyzing the ease of use, conciseness, safety and performance of Rust and its relevant libraries like Rayon compared to representative libraries in C++(TBB).

Members are also interested in