From 41de8edce57d6a7cf6782a05e00c316ca28f0f37 Mon Sep 17 00:00:00 2001 From: Guillaume E Date: Tue, 4 Mar 2025 09:52:22 +0000 Subject: [PATCH] Update 2025-03-05-this-week-in-rust.md Add blog post: "The power of interning: making a time series database 2000x smaller in Rust" --- draft/2025-03-05-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-03-05-this-week-in-rust.md b/draft/2025-03-05-this-week-in-rust.md index 4c91c9e72..a06cff844 100644 --- a/draft/2025-03-05-this-week-in-rust.md +++ b/draft/2025-03-05-this-week-in-rust.md @@ -40,6 +40,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [The power of interning: making a time series database 2000x smaller in Rust](https://gendignoux.com/blog/2025/03/03/rust-interning-2000x.html) ### Research