Delta Encoding
Last updated
Was this helpful?
Last updated
Was this helpful?
A complete solution to deliver optimized the size of the data, is use based in and which provides a version control.
This provides a simple method to handle version control. Each blob has to represent its content and a reference of its source.
Also specify the encoding used when the blob was create in order to reconize which stragety take to decode.
/Pure text files generate a pure text delta. Binary files generate a delta that may contain some binary data. The delta encoding does not attempt to compress the content. It was considered to be much more sensible to do compression using a separate general-purpose compression library, like zlib./
0x1 [Fossil]() /