Decompressing a gzip file by hand (sorta), part 2: Now with Huffman
1–5 of 5 posts
Re: Decompressing a gzip file by hand (sorta), part 2: Now with Huffman
#2Related:
Decompressing a Gzip File by Hand - https://news.ycombinator.com/item?id=29336271 - Nov 2021 (18 comments)
Re: Decompressing a gzip file by hand (sorta), part 2: Now with Huffman
#3Oh 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!
Re: Decompressing a gzip file by hand (sorta), part 2: Now with Huffman
#4Related: Decompressing a Gzip File by Hand - https://news.ycombinator.com/item?id=29336271 - Nov 2021 (18 comments)
Do you sleep? Haha.