Let's build a compressor from scratch
Summary
A practical, tutorial-style exploration of data compression fundamentals, including Huffman coding and the DEFLATE algorithm. The article presents a lightweight Rust-based compressor, compares it to gzip, and discusses trade-offs and real-world results.