Abstract
Algorithms for in-place differential file compression were presented, where a target file of size n is compressed with respect to a source file of size m using no additional space; that is, the space for the source file is overwritten by the decompressed target file so that at no time is more than a total of MAX(m,n) space is used. From a theoretical point of view, an optimal solution (best possible compression) to this problem is known to be NP-hard. The constant-factor approximation algorithm is presented. Although NP-hardness implies that these algorithms cannot always be optimal, the asymptotic optimality for an information source of sliding window methods along with their ability for constant-factor approximation is evidence that they should work well for this problem in practice. The experiments indicate that these algorithms compare favorably with traditional approaches, even those that are not in-place, while at the same time having low encoding complexity and extremely low decoding complexity.
Original language | English |
---|---|
Title of host publication | Proceedings - DCC 2003 |
Subtitle of host publication | Data Compression Conference |
Editors | James A. Storer, Martin Cohn |
Publisher | Institute of Electrical and Electronics Engineers Inc. |
Pages | 263-272 |
Number of pages | 10 |
ISBN (Electronic) | 0769518966 |
DOIs | |
State | Published - 2003 |
Externally published | Yes |
Event | Data Compression Conference, DCC 2003 - Snowbird, United States Duration: 25 Mar 2003 → 27 Mar 2003 |
Publication series
Name | Data Compression Conference Proceedings |
---|---|
Volume | 2003-January |
ISSN (Print) | 1068-0314 |
Conference
Conference | Data Compression Conference, DCC 2003 |
---|---|
Country/Territory | United States |
City | Snowbird |
Period | 25/03/03 → 27/03/03 |
Bibliographical note
Publisher Copyright:© 2003 IEEE.
Keywords
- Application software
- Approximation algorithms
- Computer science
- Data compression
- Decoding
- Encoding
- File systems
- Software performance