From 73c7ab2316568d11b6e90617b0aee1350f255b1a Mon Sep 17 00:00:00 2001 From: Guillaume E Date: Sun, 24 Nov 2024 16:48:34 +0000 Subject: [PATCH] Add "optimization adventures with or without Rayon" blog post. --- draft/2024-11-27-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-11-27-this-week-in-rust.md b/draft/2024-11-27-this-week-in-rust.md index dee7e7f16..073ab5413 100644 --- a/draft/2024-11-27-this-week-in-rust.md +++ b/draft/2024-11-27-this-week-in-rust.md @@ -40,6 +40,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Optimization adventures: making a parallel Rust workload 10x faster with (or without) Rayon](https://gendignoux.com/blog/2024/11/18/rust-rayon-optimized.html) ### Research