7 ms·
You forgot to include https://github.com/9front/9front/tree/front/sys/src/libflate https://github.com/9front/9front/tree/front/sys/src/libflate which gzip is bu
by bboozzoo 6mo ago
You forgot to include https://github.com/9front/9front/tree/front/sys/src/libflate https://github.com/9front/9front/tree/front/sys/src/libflate which gzip is built around, which brings it closer to 10k lines.
- carlos256 6mo agoInteresting, the decompressor in Jdeflate is around 4k LoC. https://github.com/Jpn666/jdeflate https://github.com/Jpn666/jdeflate
- commandlinefan 6mo agoI 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?article=art001 https://commandlinefanatic.com/cgi-bin/showarticle.cgi?artic...