deflate

Tag

Cards List
#deflate

Let's build a compressor from scratch

Lobsters Hottest · 6d ago Cached

This article provides a tutorial on file compression, explaining the basics of Huffman coding and DEFLATE algorithms, and includes an interactive playground for hands-on learning.

0 favorites 0 likes
#deflate

Re-balancing Deflate Compression Levels

Lobsters Hottest · 2026-08-10 Cached

Klaus Post discusses the process of rebalancing deflate compression levels in the Go compression library to make speed/compression trade-offs more linear and intuitive.

0 favorites 0 likes
#deflate

Building a World Map with only 500 bytes

Simon Willison's Blog · 2026-07-04 Cached

Iwo Kadziela created a method to generate a credible ASCII world map using only 445 bytes of data by leveraging deflate compression and JavaScript's DecompressionStream API.

0 favorites 0 likes
#deflate

Hellishly Slow Level 13 Deflate Compression

Hacker News Top · 2026-06-22 Cached

The article describes libdeflate's new level 13, a deliberately slow DEFLATE compression level that achieves marginally better compression (0.134% on Silesia) at the cost of being 56x slower than level 12, designed for scenarios where data is compressed once and decompressed many times.

0 favorites 0 likes
#deflate

Can gzip be a language model?

Lobsters Hottest · 2026-06-16 Cached

This article explores using the gzip compression algorithm as a language model, demonstrating that compression algorithms can generate text by scoring candidate continuations based on compressed length, using beam search to produce output.

0 favorites 0 likes
#deflate

Make ZIP files smaller with ZIP Shrinker

Hacker News Top · 2026-05-17 Cached

ZIP Shrinker is a browser tool that reduces ZIP file sizes by recompressing with libdeflate, removing metadata and directory entries, and works with formats like APK and EPUB.

0 favorites 0 likes
← Back to home

Submit Feedback