1
2
3
4
5
6
7
8
9
10
11
|
<nowiki>
<h1 align="center">
Fossil Delta Format
</h1>
<p>Fossil achieves efficient storage and low-bandwidth synchronization
through the use of delta-compression. Instead of storing
or transmitting the complete content of an artifact, fossil stores or
transmits only the changes relative to a related artifact.
</p>
|
>
<
<
|
|
1
2
3
4
5
6
7
8
9
10
|
<title>Fossil Delta Format</title>
<nowiki>
<h2>Abstract</h2>
<p>Fossil achieves efficient storage and low-bandwidth synchronization
through the use of delta-compression. Instead of storing
or transmitting the complete content of an artifact, fossil stores or
transmits only the changes relative to a related artifact.
</p>
|