node-archiver
node-archiver copied to clipboard
Use pigz instead of gzip
Hello, do you know if it is possible to use pigz instead of gzip ?
I'm assuming you're using NodeJS's zlib library, but I'd like to know if anyone has ever tried some hack like replacing zlib with exec( '/ bin/pigz' ... ) ?