From 5332847279686cfe820f858bbef024ecdb078782 Mon Sep 17 00:00:00 2001 From: neda-rs Date: Wed, 5 Feb 2025 11:12:52 -0500 Subject: [PATCH] Update 2025-02-05-this-week-in-rust.md Added blog post about tracing large memory allocations in Rust with BPFTrace. --- draft/2025-02-05-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-02-05-this-week-in-rust.md b/draft/2025-02-05-this-week-in-rust.md index 9245bc26a..bb7b9d02c 100644 --- a/draft/2025-02-05-this-week-in-rust.md +++ b/draft/2025-02-05-this-week-in-rust.md @@ -40,6 +40,8 @@ and just ask the editors to select the category. ### Observations/Thoughts * [Computed Properties in Rust: How to Implement Them Effectively](https://minikin.me/blog/computed-properties-in-rust) +* [Tracing Large Memory Allocations in Rust with BPFTrace](https://readyset.io/blog/tracing-large-memory-allocations-in-rust-with-bpftrace) + ### Rust Walkthroughs