Y
Hacker News
new
|
ask
|
show
|
jobs
by
bboozzoo
76 days ago
You forgot to include
https://github.com/9front/9front/tree/front/sys/src/libflate
which gzip is built around, which brings it closer to 10k lines.
2 comments
commandlinefan
76 days ago
I wrote a standalone gzip decompressor in about 500 lines of code (including comments, with braces on the next line), with no dependencies at all:
https://commandlinefanatic.com/cgi-bin/showarticle.cgi?artic...
link
carlos256
76 days ago
Interesting, the decompressor in Jdeflate is around 4k LoC.
https://github.com/Jpn666/jdeflate
link