Tools/Strace
-
Optimization adventures: making a parallel Rust workload 10x faster with (or without) Rayon | Blog | Guillaume Endignoux:
In a previous post, I’ve shown how to use the rayon framework in Rust to automatically parallelize a loop computation across multiple CPU cores.Disappointing...
-
Optimization adventures: making a parallel Rust workload even faster with data-oriented design (and other tricks)