node-archiver icon indicating copy to clipboard operation
node-archiver copied to clipboard

Use pigz instead of gzip

Open sign0 opened this issue 5 years ago • 0 comments

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' ... ) ?

sign0 avatar Jan 17 '21 02:01 sign0