A parallelized data deduplication and command line compression utility.
Find a file
Moinak Ghosh db0c9ea9ac Improve LZMA compression parameters at extreme levels.
Fix incorrect thread calculation.
Remove some cruft.
2012-07-09 23:28:11 +05:30
lzma New capability in allocator to add slab caches with user-specified size. 2012-05-31 13:06:40 +05:30
rabin Improve LZMA compression parameters at extreme levels. 2012-07-09 23:28:11 +05:30
adaptive_compress.c Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
allocator.c Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
allocator.h Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
bzip2_compress.c Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
COPYING Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
COPYING.LESSER Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
lzma_compress.c Improve LZMA compression parameters at extreme levels. 2012-07-09 23:28:11 +05:30
main.c Improve LZMA compression parameters at extreme levels. 2012-07-09 23:28:11 +05:30
Makefile Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
pcompress.h Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
ppmd_compress.c Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
README.md Initial commit 2012-05-19 08:54:47 -07:00
utils.c Implement ability to partition chunks at the last rabin boundary instead of fixed size. 2012-07-08 21:44:08 +05:30
utils.h Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30
zlib_compress.c Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30

pcompress

A Parallel Compression/Decompression utility