bsdiff icon indicating copy to clipboard operation
bsdiff copied to clipboard

Small optimization resulting in smaller patch files

Open drake127 opened this issue 7 years ago • 0 comments

Merging control records having zero in their first triplet with the previous record (original bsdiff produces records having both the first and second item zeroes, i.e. representing only a seek in the old file).

In my test cases, it reduces size by few KB for PE binaries.

drake127 avatar Sep 15 '18 17:09 drake127