
Data compression (Part 1) : Lossless Compression
Data compression is the process of reducing the size of files or data streams to save storage space...
Jan 17, 20245 min read8 reactions1 comments
Tag archive

Data compression is the process of reducing the size of files or data streams to save storage space...

The steps to decode a Huffman sequence by reading N-bits at a time.

Fast Huffman decoding using N-bit translation matrix.

The secrets of the Huffman encoding algorithm for HPACK.
A little bit of background: Yes, the foundation pillar of computer file compression is -sp...
Implement a basic Huffman compression algorithm using Elixir.