Hash Suffix Array Delta Compression on Linux

20

Author: JT Smith

Previous differential compressions have the following drawback: They do not find the best matches for every offset of the version file. IBM Hash Suffix Array Delta Compression combines hash value and suffix array techniques to find the best match with respect to a certain level of detail and above a certain length threshold.

Link: alphaworks.ibm.com

Category:

  • Linux