Reduce a rollign hash parameter for a slight speedup with no side effect.
This commit is contained in:
parent
6432c76b4b
commit
17db67564d
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
|
||||
// The sliding window starts at min window size - this offset. It is needless
|
||||
// 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
|
||||
#define RAB_MIN_CHUNK_SIZE (1048576L)
|
||||
|
|
Loading…
Reference in a new issue