Questions tagged [gunzip]

The gzip software utilizes Lempel-Ziv coding (LZ77) to effectively compress and decompress files.

Fixing problems encountered when asynchronously gunzipping an already read file in Node.js

As a newcomer to the world of node.js and asynchronous programming, I have successfully used promises to read files with fs readFile, but I am struggling with getting zlib Gunzip to function as expected in my Coffeescript code: promisifyRun(fs, 'readFi ...