pcompress/utils
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
..
cpuid.c Improve SSE version detection. 2013-01-20 22:53:36 +05:30
cpuid.h Improve SSE version detection. 2013-01-20 22:53:36 +05:30
heapq.c Fixes and performance improvements for Dedupe Delta Compression 2013-01-13 22:04:59 +05:30
heapq.h Fixes and performance improvements for Dedupe Delta Compression 2013-01-13 22:04:59 +05:30
sse_level.c Improve SSE version detection. 2013-01-20 22:53:36 +05:30
utils.c Improve Deduplication throughtput by 90%. 2013-01-22 15:54:42 +05:30
utils.h Improve SSE version detection. 2013-01-20 22:53:36 +05:30
xxhash.c Many optimization tweaks 2013-01-20 22:02:26 +05:30
xxhash.h Update to latest XXHash version. 2012-12-31 11:53:47 +05:30