A parallelized data deduplication and command line compression utility.
Find a file
2012-07-22 21:27:44 +05:30
bsdiff Use 4-byte ints for header values instead of 8-byte size_t. 2012-07-20 20:53:46 +05:30
lzma New capability in allocator to add slab caches with user-specified size. 2012-05-31 13:06:40 +05:30
rabin Separate initial rabin boundary detection and block splitting for performance. 2012-07-22 21:27:44 +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 Fix crash when decompressing deduped archive. 2012-07-10 20:14:23 +05:30
main.c Compress Dedup index only if it is at least 90 bytes to avoid expansion. 2012-07-22 00:00:41 +05:30
Makefile Implement Delta Encoding based on modified bsdiff. 2012-07-19 21:41:07 +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 Remove debug messages. 2012-07-10 21:11:31 +05:30
utils.h Implement Delta Encoding based on modified bsdiff. 2012-07-19 21:41:07 +05:30
zlib_compress.c Update License info to LGPLv3. 2012-07-07 22:18:29 +05:30

pcompress

A Parallel Compression/Decompression utility