From a40fb602db745433cdf9c2ed83be2856401a6f2e Mon Sep 17 00:00:00 2001 From: Sylvain <6172808+sylvain101010@users.noreply.github.com> Date: Wed, 16 Apr 2025 09:39:14 +0000 Subject: [PATCH] 2025-04-16: Add Avoiding memory fragmentation in Rust with jemalloc --- draft/2025-04-16-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-04-16-this-week-in-rust.md b/draft/2025-04-16-this-week-in-rust.md index 4b25e622a..f9d2f81bc 100644 --- a/draft/2025-04-16-this-week-in-rust.md +++ b/draft/2025-04-16-this-week-in-rust.md @@ -41,6 +41,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates ### Observations/Thoughts +* [Avoiding memory fragmentation in Rust with jemalloc](https://kerkour.com/rust-jemalloc) ### Rust Walkthroughs