Reduce a rollign hash parameter for a slight speedup with no side effect.

This commit is contained in:
Moinak Ghosh 2013-06-24 21:13:32 +05:30
parent 6432c76b4b
commit 17db67564d

View file

@ -86,7 +86,7 @@
// The sliding window starts at min window size - this offset. It is needless // The sliding window starts at min window size - this offset. It is needless
// to slide the window over every byte in the chunk. // to slide the window over every byte in the chunk.
#define RAB_WINDOW_SLIDE_OFFSET (256) #define RAB_WINDOW_SLIDE_OFFSET (64)
// Minimum practical chunk size when doing dedup // Minimum practical chunk size when doing dedup
#define RAB_MIN_CHUNK_SIZE (1048576L) #define RAB_MIN_CHUNK_SIZE (1048576L)