A parallelized data deduplication and command line compression utility.
a1825a2305
Restructure compression functions to take chunk flag as argument. Add missing error flag printing in LZMA. Only create enough threads as needed by chunk size and file size. Minor cleanups and variable name changes. |
||
---|---|---|
lzma | ||
rabin | ||
adaptive_compress.c | ||
allocator.c | ||
allocator.h | ||
bzip2_compress.c | ||
COPYING.LESSER | ||
lzma_compress.c | ||
main.c | ||
Makefile | ||
pcompress.h | ||
ppmd_compress.c | ||
README.md | ||
utils.c | ||
utils.h | ||
zlib_compress.c |
pcompress
A Parallel Compression/Decompression utility