pcompress/rabin
Moinak Ghosh 5c8704c5bb Improve Deduplication throughtput by 90%.
Use SSE4 register as sliding window for default 16-byte window size.
Use local variable for sliding window position to avoid spurios memory access in non-SIMD case.
Avoid computing breakpoint check value if processed length < minimum block length.
2013-01-22 15:54:42 +05:30
..
global Work in progress global dedupe config setup. 2012-11-29 22:28:50 +05:30
rabin_dedup.c Improve Deduplication throughtput by 90%. 2013-01-22 15:54:42 +05:30
rabin_dedup.h Improve Deduplication throughtput by 90%. 2013-01-22 15:54:42 +05:30