Decompressing a gzip file by hand (sorta), part 2: Now with Huffmanthomastay.dev 24 pointsthomastay2 years ago4 commentsSaveHideCopy link On HNComments−divyenduz2yOh 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!−dang2yRelated:Decompressing a Gzip File by Hand - https://news.ycombinator.com/item?id=29336271 - Nov 2021 (18 comments)−jay-barronville2yDo you sleep? Haha.−dang2yI do! but I also keep odd hours, which kind of fits the job. Or maybe the job did it to me
Comments
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!
Related:
Decompressing a Gzip File by Hand - https://news.ycombinator.com/item?id=29336271 - Nov 2021 (18 comments)
Do you sleep? Haha.
I do! but I also keep odd hours, which kind of fits the job. Or maybe the job did it to me