From c9dbdda6047b4943cad7c35cedeb60d035269f7f Mon Sep 17 00:00:00 2001 From: Jared Jacobson Date: Sat, 22 Mar 2025 14:45:52 -0600 Subject: [PATCH] Update 2025-03-26-this-week-in-rust.md Add https://jtjlehi.github.io/2024/03/13/fastest-vec-update-on-my-computer.html --- draft/2025-03-26-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-03-26-this-week-in-rust.md b/draft/2025-03-26-this-week-in-rust.md index 178882d19..3e8fcea95 100644 --- a/draft/2025-03-26-this-week-in-rust.md +++ b/draft/2025-03-26-this-week-in-rust.md @@ -41,6 +41,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [Fastest Vec Update on My Computer](https://jtjlehi.github.io/2024/03/13/fastest-vec-update-on-my-computer.html) + ### Research ### Miscellaneous