We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11949e commit c3c03d6Copy full SHA for c3c03d6
spec.md
@@ -79,14 +79,14 @@ $\operatorname{SPLIT}_C \in V_8 \rightarrow V_v$
79
- $S_{\text{min}} \in U_{32}$, the minimum split size
80
- $S_{\text{max}} \in U_{32}$, the maximum split size
81
- $H \in V_8 \rightarrow U_{32}$, the hash function
82
-- $W \in U_{32}$, the window size
83
- $T \in U_{32}$, the threshold
84
85
-The configuration must satisfy $S_{\text{max}} \ge S_{\text{min}} > 0$ and $W >
86
-0$.
+The configuration must satisfy $S_{\text{max}} \ge S_{\text{min}} > 0$.
87
88
## Definitions
89
+We define the constant $W$, which we call the "window size," to be 64.
+
90
The "split index" $I(X)$ of a sequence $X$ is either the smallest
91
non-negative integer $i$ satisfying:
92
0 commit comments