Made solid progress on making something gzip-like in js. Turns out the tricky part isn’t the compressing, but representing the compressed information such that literal data isn’t confused for compression information and vice-versa.
Made solid progress on making something gzip-like in js. Turns out the tricky part isn’t the compressing, but representing the compressed information such that literal data isn’t confused for compression information and vice-versa.