pigz
pigz copied to clipboard
A parallel implementation of gzip for modern multi-processor, multi-core machines.
Hello, i have found interesting behaviour when using pigz. When pigz tries to overwrite file, it needs 500% more time to replace the file (or other operations, i'm not quite...
Currently `tar --gzip/-z/-Igzip` produces deterministic tarballs from the same input, because it sets a 0 modification time in the gzip header. On the other hand, `tar -Ipigz` does not produce...
On some of my Red Hat Linux machines, I have almost of the online cores isolated via kernel boot parameters (via isolcpus) so that they are unavailable to the OS....
It seems the only way to specify multiple files to be compressed is by specifying them directly on the command line, which is subject to command length limits imposed by...
I am working on a project where I will have multiple processes calling pigz on the same server. The server is hosted in Azure and has 32 processors of type...
This pull request resolves [issue](https://github.com/madler/pigz/issues/62). 1. pigz can be compiled with CMake (@ningfei). Benefits include - Easy integration with other projects that use CMake - Simple ability to build pigz...
As mentioned in issue #89 I moved documentation to doc/ directory, change log and todo from `pigz.c`, created licence file, and new Makefile (actually modified from lzip) with dependencies and...
Hi, I'm a complete noob in MPI parallel programming and I can't stop the impression that this environment lacks software for daily, CPU-intensive tasks, such as file compression. If and...
I kindly suggest to split source file (`pigz.c`) into separate files for better readability and, let's call it compatibility, with *nix source convention. Split in two categories: documentation and source...
We'd be interested in using pigz as a library in [our application](slicer.org) and would want to support Windows, Linux, and Mac with a uniform build system that supports native compilers...