Add NEWS file, update tuning options in man page

pull/16/head v1.0.1
Dave Vasilevsky 12 years ago
parent d51f9772d1
commit 5ae1634f52

10
NEWS

@ -0,0 +1,10 @@
1.0.1 - Dec 22, 2012
* Add a man page
* Add tuning options -e, -q, -f
1.0 - Nov 21, 2012
* Support streaming decompression
* Prevent accidental truncation
* Don't spew binary output to a terminal

@ -40,9 +40,18 @@ By default, pixz uses standard input and output, unless 'INPUT' and 'OUTPUT' arg
*-#*::
Set compression level, from -0 (lowest compression, fastest) to -9 (highest compression, slowest).
*-e*::
Use "extreme" compression, which is much slower and only yields a marginal decrease in size.
*-p* 'CPUS'::
Set the number of CPU cores to use. By default pixz will use the number of cores on the system.
*-f* 'FRACTION'::
Set the size of each compression block, relative to the LZMA dictionary size (default is 2.0). Higher values give better compression ratios, but use more memory and make random access less efficient. Values less than 1.0 aren't very efficient.
*-q* 'SIZE'::
Set the number of blocks to allocate for the compression queue (default is 1.3 * cores + 2, rounded up). Higher values give better throughput, up to a point, but use more memory. Values less than the number of cores will make some cores sit idle.
*-h*::
Show pixz's online help.

Loading…
Cancel
Save