From a74df0e329bdeb416b3da36662d8e88b30cafe9a Mon Sep 17 00:00:00 2001 From: Nazmul Idris Date: Thu, 16 Jul 2026 08:47:54 -0500 Subject: [PATCH 1/2] Add video to Rust walkthroughs on flat 2d array performance --- draft/2026-07-22-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2026-07-22-this-week-in-rust.md b/draft/2026-07-22-this-week-in-rust.md index 258e22075..b9ca5322e 100644 --- a/draft/2026-07-22-this-week-in-rust.md +++ b/draft/2026-07-22-this-week-in-rust.md @@ -49,6 +49,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [video] [Build with Naz - Ep 21 : High Performance Flat 2D Arrays in Rust (SIMD, L1 cache)](https://www.youtube.com/watch?v=tIrSvJFRxAg) + ### Research ### Miscellaneous From 283dbc8975aaad95bd6ef3e9dc80dee2844c3651 Mon Sep 17 00:00:00 2001 From: Nazmul Idris Date: Thu, 16 Jul 2026 13:26:29 -0500 Subject: [PATCH 2/2] Update draft/2026-07-22-this-week-in-rust.md Co-authored-by: alexey semenyuk --- draft/2026-07-22-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2026-07-22-this-week-in-rust.md b/draft/2026-07-22-this-week-in-rust.md index b9ca5322e..215b4bd0e 100644 --- a/draft/2026-07-22-this-week-in-rust.md +++ b/draft/2026-07-22-this-week-in-rust.md @@ -49,7 +49,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs -* [video] [Build with Naz - Ep 21 : High Performance Flat 2D Arrays in Rust (SIMD, L1 cache)](https://www.youtube.com/watch?v=tIrSvJFRxAg) +* [video] [Build with Naz - Ep 21: High Performance Flat 2D Arrays in Rust (SIMD, L1 cache)](https://www.youtube.com/watch?v=tIrSvJFRxAg) ### Research