#zlib
forgot to put this up somewhere so here you go. visualize your favorite zlib stream! lynn.github.io/flateview/
September 21, 2025 at 10:56 AM
Zlib wants to give you a kith 💋🦎
June 25, 2026 at 2:03 PM
text compression
September 9, 2025 at 9:18 PM
We're excited to share that Firefox now uses zlib-rs for gzip (de)compression. This has both performance and safety advantages, but it took a while to get zlib-rs into production. Read why: trifectatech.org/blog/zlib-rs...

Thanks to @gabrielesvelto.mas.to.ap.brid.gy and @mozilla.org

#rustlang
zlib-rs in Firefox - Trifecta Tech Foundation
As of 151.0.0, Firefox uses zlib-rs for gzip (de)compression. This is very exciting, and has both performance and safety advantages.
trifectatech.org
June 16, 2026 at 12:59 PM
Rust-Written Zlib-rs Is Not Only Safer But Now Outperforming Zlib C Implementations

#clanguage #rustlang #zlib

www.phoronix.com/news/Z...
Rust-Written Zlib-rs Is Not Only Safer But Now Outperforming Zlib C Implementations
Zlib-rs as a Rust programming language implementation of the Zlib file format for better safety is now beginning to outperform the C implementations of the widely-used Zlib.
www.phoronix.com
February 25, 2025 at 10:12 PM
Rust-Written Zlib-rs Is Not Only Safer But Now Outperforming Zlib C Implementations - https://www.phoronix.com/news/Zlib-rs-0.4.2
Rust-Written Zlib-rs Is Not Only Safer But Now Outperforming Zlib C Implementations
Zlib-rs as a Rust programming language implementation of the Zlib file format for better safety is now beginning to outperform the C implementations of the widely-used Zlib...
www.phoronix.com
February 25, 2025 at 11:53 AM
lol at the Anna’s Archive hat
December 7, 2025 at 3:03 AM
pretty cool
September 21, 2025 at 1:25 PM
Pillow 11.1.0 is out!

One of the cool updates is we're using zlib-ng 2.2.2 instead of zlib 1.2.8/1.3.1, which is more than twice as fast at saving PNGs at higher compression levels.

github.com/python-pillo...

#Pillow #Python #PythonPillow #release #zlib #zlibng #png
January 2, 2025 at 10:32 AM
compressing my oomf with zlib compression level 9 and then running them through zopfli for good measure
September 24, 2026 at 5:44 PM
zlib-rs 0.6.7 Released With LoongArch LSX Optimizations, Use-After-Free Fix - https://www.phoronix.com/news/zlib-rs-0.6.7
zlib-rs 0.6.7 Released With LoongArch LSX Optimizations, Use-After-Free Fix
zlib-rs 0.6.7 is out today as the newest version of this "safer zlib" implementation making use of the Rust programming language and aiming to deliver performance on-par with zlib-ng...
www.phoronix.com
August 3, 2026 at 1:26 PM
source: youtube @CorridorCrew
www.youtube.com/watch?v=zLIB...

music: L.Dre - Steven Universe
www.youtube.com/watch?v=9R1Q...
September 17, 2026 at 8:44 PM
zlib most popular providing me with some incredible cover designs
March 10, 2026 at 10:01 PM
🗜️⚡ If you use gzip/gunzip a lot in your pipelines, switch to the faster"libdeflate" versions instead! They use modern CPU capabilities to achieve a 2-3x speedup.

libdeflate is in conda, and "libdeflate-gzip" and "libdeflate-gunzip" are drop-in replacements. #unix

github.com/ebiggers/lib...
GitHub - ebiggers/libdeflate: Heavily optimized library for DEFLATE/zlib/gzip compression and decompression
Heavily optimized library for DEFLATE/zlib/gzip compression and decompression - ebiggers/libdeflate
github.com
January 20, 2026 at 1:37 AM
We noticed a CPU bug on Raptor Lake because the bounds checking in our Rust zlib implementation was hitting "impossible" bounds checks: github.com/trifectatech...

The Oodle devs noticed similar issues in their decompressors and managed to root cause it: fgiesen.wordpress.com/2025/05/21/o...
index out of bounds: the len is 512 but the index is 567 · Issue #306 · trifectatechfoundation/zlib-rs
After enabling zlib-rs/libz-rs-sys 0.4.1 in Firefox nightly, we've started receiving crash reports for out of bound accesses in State::d_code: https://crash-stats.mozilla.org/report/index/113ebfb1-...
github.com
May 22, 2025 at 9:15 AM
New release of zlib-rs!
We are now (to our knowledge) the fastest zlib implementation, beating C implementations like zlib-ng.

What is zlib? zlib likely (de)compressed the page you're reading right now!
zlib-rs is faster than C - Trifecta Tech Foundation
We've released version 0.4.2 of zlib-rs, featuring a number of substantial performance improvements. We are now (to our knowledge) the fastest api-compatible zlib implementation for decompression,…
trifectatech.org
February 25, 2025 at 10:31 AM
zlib加淘宝自助打印10元解决
深刻体会到朋友说的“在上海想借点好点的书押金是一千”的含义了,原来德语书就是“好点的书”
August 1, 2026 at 11:45 AM
I‘ll be celebrating tonight! Part 1 of my NodeJS ambitions were merged today github.com/nodejs/node/...

Now we have ZipArchive support in NodeJS
zlib: add ZIP archive support to zlib (ZipFile,ZipBuffer,ZipEntry) by pipobscure · Pull Request #64339 · nodejs/node
Summary Add ZIP archive support to the node:zlib module through three classes and a set of helpers: ZipEntry: a single archive member, with buffered reads (content()), bounded-memory streaming rea...
github.com
August 1, 2026 at 12:48 PM
zlib-rs is now used in uv!
uv is the extremely fast Python package & project manager with over 200M requests/day.

Not only are we happy about the adoption but also grateful for Astral and @crmarsh.com stepping up and supporting us through a GitHub sponsorship. Thanks!
Migrate to `zlib-rs` (again) by charliermarsh · Pull Request #11894 · astral-sh/uv
Summary I believe zlib-rs is now a better choice on ARM and x86, so I'm just going to assume it's a better choice everywhere. It's much easier to build (removes our CMake dependency), a...
github.com
March 14, 2025 at 11:06 AM
I got my discord gateway implementation working over ETF+zstd-stream and JSON+zlib-stream
December 12, 2024 at 1:22 AM
Zlib-rs is now feature-complete! We've released v0.6, the first version with a stable and complete API. The blog post has the details.

With thanks to our maintainer Folkert de Vries, our contributors and @sovereign.tech.

trifectatech.org/blog/zlib-rs...

#rust #rustlang
January 27, 2026 at 10:17 AM
(the last screenshot was WRONG... sorry for misrepresenting the efficiency of zlib on the internet.)
September 9, 2025 at 9:18 PM
Given that:
📦 All the Rust WOFF2 crates do DEcompression only
🫠 `woff` vendors its own brotli/zlib AND doesn't build on MSVC

I'm proud to present:
🐶 woofwoof: crates.io/crates/woofw...
crates.io: Rust Package Registry
crates.io
December 1, 2025 at 12:10 PM