A parallelized data deduplication and command line compression utility.
Find a file
Moinak Ghosh 2eaf151ca0 New capability in allocator to add slab caches with user-specified size.
Use specific slab caches in main program and Lzma to slightly reduce memory footprint.
Fix missing hashtable counter update in allocator.
Slight cleanup of repeated computation with macro in Lzma.
2012-05-31 13:06:40 +05:30
lzma New capability in allocator to add slab caches with user-specified size. 2012-05-31 13:06:40 +05:30
adaptive_compress.c Initial Commit. 2012-05-28 20:19:29 +05:30
allocator.c New capability in allocator to add slab caches with user-specified size. 2012-05-31 13:06:40 +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 Initial Commit. 2012-05-28 20:19:29 +05:30
COPYING.LESSER Initial Commit. 2012-05-28 20:19:29 +05:30
lzma_compress.c New capability in allocator to add slab caches with user-specified size. 2012-05-31 13:06:40 +05:30
main.c New capability in allocator to add slab caches with user-specified size. 2012-05-31 13:06:40 +05:30
Makefile New capability in allocator to add slab caches with user-specified size. 2012-05-31 13:06:40 +05:30
pcompress.h Initial Commit. 2012-05-28 20:19:29 +05:30
ppmd_compress.c Initial Commit. 2012-05-28 20:19:29 +05:30
README.md Initial commit 2012-05-19 08:54:47 -07:00
utils.c Initial Commit. 2012-05-28 20:19:29 +05:30
utils.h Initial Commit. 2012-05-28 20:19:29 +05:30
zlib_compress.c Initial Commit. 2012-05-28 20:19:29 +05:30

pcompress

A Parallel Compression/Decompression utility