Skip to content
Advertisement

Tag: pako

node pako.gizp() with python gzip issue

I was restoring the Node pako gzip method using Python and encountered the following problem: node: python: Why do they compress inconsistently? Answer Though there is no guarantee that they will, they are compressing identically. The compressed portions and trailer with checks on the uncompressed data are the last 13 bytes of each, and are the same. Both will decompress

Advertisement