A parallelized data deduplication and command line compression utility.
Find a file
Moinak Ghosh f9c3644459 Updates to Rabin based Dedup.
Change command line option.
2012-06-29 23:45:06 +05:30
lzma New capability in allocator to add slab caches with user-specified size. 2012-05-31 13:06:40 +05:30
rabin Updates to Rabin based Dedup. 2012-06-29 23:45:06 +05:30
adaptive_compress.c Change adaptive modes. 2012-06-01 22:04:08 +05:30
allocator.c Implement Deduplication based on Rabin Fingerprinting: work in progress. 2012-06-29 18:23:55 +05:30
allocator.h New capability in allocator to add slab caches with user-specified size. 2012-05-31 13:06:40 +05:30
bzip2_compress.c Add basic compression statistics and new option to display them. 2012-05-31 21:36:33 +05:30
COPYING.LESSER Initial Commit. 2012-05-28 20:19:29 +05:30
lzma_compress.c Add basic compression statistics and new option to display them. 2012-05-31 21:36:33 +05:30
main.c Updates to Rabin based Dedup. 2012-06-29 23:45:06 +05:30
Makefile Implement Deduplication based on Rabin Fingerprinting: work in progress. 2012-06-29 18:23:55 +05:30
pcompress.h Implement Deduplication based on Rabin Fingerprinting: work in progress. 2012-06-29 18:23:55 +05:30
ppmd_compress.c Add basic compression statistics and new option to display them. 2012-05-31 21:36:33 +05:30
README.md Initial commit 2012-05-19 08:54:47 -07:00
utils.c Implement Deduplication based on Rabin Fingerprinting: work in progress. 2012-06-29 18:23:55 +05:30
utils.h Implement Deduplication based on Rabin Fingerprinting: work in progress. 2012-06-29 18:23:55 +05:30
zlib_compress.c Add basic compression statistics and new option to display them. 2012-05-31 21:36:33 +05:30

pcompress

A Parallel Compression/Decompression utility