node-compress
node-compress copied to clipboard
A streaming compression for node.js. Abandoned and unsupported as of 2011-05-29.
Hello egorich239! I am migrationBot, an [open-source](https://github.com/blakmatrix/node-migrator-bot) bot, and I'm here to help you migrate your codebase to node v0.8! Did you know that the "sys" module throws an error...
Greetings, I'm getting the following error when I run `node-waf build` root@remote:/home/hynese/backopt/node-compress# node-waf build Waf: Entering directory `/home/hynese/backopt/node-compress/build' [1/2] cxx: src/compress.cc -> build/default/src/compress_1.o In file included from ../src/gzip.cc:33:0, from ../src/compress.cc:27:...
why?
We've been using a fork of your lib (https://github.com/kkaefer/node-compress) in http://tilemill.com and seeing frequent hangs where the CPU drops from 100 % to 0%. This indicates to me a thread...
`new compress.GzipStream()` fails with the bellow error stack on node 0.3.1. Works fine with 0.2.5. While 0.3.1 is still unstable I thought it would be a good idea to let...