top | item 38589681

Decompressing a gzip file by hand (sorta), part 2: Now with Huffman

24 points| thomastay | 2 years ago |thomastay.dev

4 comments

order

divyenduz|2 years ago

Oh nice, I did something similar recently (https://github.com/divyenduz/zoid-zip), mine is much lighter/smaller than yours. Instead of following a standard fully, I just use Huffman coding to make stuff smaller!