Sciweavers

PODC
1998
ACM

In-Place Reconstruction of Delta Compressed Files

13 years 8 months ago
In-Place Reconstruction of Delta Compressed Files
We present an algorithm for modifying delta compressed files so that the compressed versions may be reconstructed without scratch space. This allows network clients with limited resources to efficiently update software by retrieving delta compressed versions over a network. Delta compression for binary files, compactly encoding a version of data with only the changed bytes from a previous version, may be used to efficiently distribute software over low bandwidth channels, such as the Internet. Traditional methods for rebuilding these delta files require memory or storage space on the target machine for both the old and new version of the file to be reconstructed. With the advent of network computing and Internet-enabled devices, many of these network attached target machines have limited additional scratch space. We present an algorithm for modifying a delta compressed version file so that it may rebuild the new file version in the space that the current version occupies.
Randal C. Burns, Darrell D. E. Long
Added 05 Aug 2010
Updated 05 Aug 2010
Type Conference
Year 1998
Where PODC
Authors Randal C. Burns, Darrell D. E. Long
Comments (0)