From 3d8c562ae4f268dfe56bc3818a94e0479c949569 Mon Sep 17 00:00:00 2001 From: Erik Jonkers Date: Tue, 25 Feb 2025 12:45:10 +0100 Subject: [PATCH] Blog post on zlib-rs performance compared to leading c competitors --- draft/2025-02-26-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-02-26-this-week-in-rust.md b/draft/2025-02-26-this-week-in-rust.md index 437d0288c..8ede411bc 100644 --- a/draft/2025-02-26-this-week-in-rust.md +++ b/draft/2025-02-26-this-week-in-rust.md @@ -38,6 +38,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates ### Observations/Thoughts +* [zlib-rs is faster than C](https://trifectatech.org/blog/zlib-rs-is-faster-than-c/) ### Rust Walkthroughs