|
|
|
|
|
by IvanK_net
1253 days ago
|
|
I have implemented a Zlib / Deflate decompressor (RFC 1951) in 4000 characters of Javascript. It could be shorter, if I did not try to optimize. E.g. this C implementation of Deflate adds 2 kB to a binary file: https://github.com/jibsen/tinf |
|