package duff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Common Value for libXdiff's algorithm.

val window : int

Length of the Rabin Window.

val shift : int

How many bits we need to shift to get a bounded index to T (this value must be 23).

val limit : int

Limit the number of entries per hashes (default = 64).