1
2
3
4
5
6
7
8
9
10
11
|
<nowiki>
<h1 align="center">
Fossil Delta Encoding Algorithm
</h1>
<p>A key component for the efficient storage of multiple revisions of
a file in fossil repositories is the use of delta-compression, i.e. to
store only the changes between revisions instead of the whole
file.</p>
<p>This document describes the encoding algorithm used by Fossil to
|
>
<
<
|
|
1
2
3
4
5
6
7
8
9
10
|
<title>Fossil Delta Encoding Algorithm</title>
<nowiki>
<h2>Abstract</h2>
<p>A key component for the efficient storage of multiple revisions of
a file in fossil repositories is the use of delta-compression, i.e. to
store only the changes between revisions instead of the whole
file.</p>
<p>This document describes the encoding algorithm used by Fossil to
|