Fossil SCM
Fixed a manual section numbering duplication in the delta encoding algorithm doc.
Commit
d83f2490b3216cd7f5e147fd7111177c15799c03d1b0cba34f79c2ebc2fc8931
Parent
39beee4c9d5e0a0…
1 file changed
+1
-1
+1
-1
| --- www/delta_encoder_algorithm.wiki | ||
| +++ www/delta_encoder_algorithm.wiki | ||
| @@ -83,11 +83,11 @@ | ||
| 83 | 83 | <li>A hash table is filled, mapping from the hashes of the chunks to |
| 84 | 84 | the list of chunk locations having this hash. |
| 85 | 85 | </li> |
| 86 | 86 | </ol> |
| 87 | 87 | |
| 88 | -<h3 id="processing">2.1 Processing the target</h3> | |
| 88 | +<h3 id="processing">2.2 Processing the target</h3> | |
| 89 | 89 | |
| 90 | 90 | <p>This, the main phase of the encoder, processes the target in a loop |
| 91 | 91 | from beginning to end. The state of the encoder is captured by two |
| 92 | 92 | locations, the "base" and the "slide". "base" points to the first byte |
| 93 | 93 | of the target for which no delta output has been generated yet, and |
| 94 | 94 |
| --- www/delta_encoder_algorithm.wiki | |
| +++ www/delta_encoder_algorithm.wiki | |
| @@ -83,11 +83,11 @@ | |
| 83 | <li>A hash table is filled, mapping from the hashes of the chunks to |
| 84 | the list of chunk locations having this hash. |
| 85 | </li> |
| 86 | </ol> |
| 87 | |
| 88 | <h3 id="processing">2.1 Processing the target</h3> |
| 89 | |
| 90 | <p>This, the main phase of the encoder, processes the target in a loop |
| 91 | from beginning to end. The state of the encoder is captured by two |
| 92 | locations, the "base" and the "slide". "base" points to the first byte |
| 93 | of the target for which no delta output has been generated yet, and |
| 94 |
| --- www/delta_encoder_algorithm.wiki | |
| +++ www/delta_encoder_algorithm.wiki | |
| @@ -83,11 +83,11 @@ | |
| 83 | <li>A hash table is filled, mapping from the hashes of the chunks to |
| 84 | the list of chunk locations having this hash. |
| 85 | </li> |
| 86 | </ol> |
| 87 | |
| 88 | <h3 id="processing">2.2 Processing the target</h3> |
| 89 | |
| 90 | <p>This, the main phase of the encoder, processes the target in a loop |
| 91 | from beginning to end. The state of the encoder is captured by two |
| 92 | locations, the "base" and the "slide". "base" points to the first byte |
| 93 | of the target for which no delta output has been generated yet, and |
| 94 |