[thin_show_dups] remove variable number of mems per chunks.
Too slow and not used.
This commit is contained in:
@@ -40,7 +40,7 @@ content_based_hash::content_based_hash(unsigned window_size)
|
||||
// FIXME: hard coded values
|
||||
backup_div_((window_size / 4) - 1),
|
||||
div_((window_size / 2) - 1),
|
||||
min_len_(window_size / 8),
|
||||
min_len_(window_size / 4),
|
||||
max_len_(window_size),
|
||||
len_(0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user