Closed marcussacana closed 1 year ago
Usually I think in use delta patches when the original file is too big, but the patcher method require to the entire file be loaded in the memory instead accept stream as input, there's a reason for that?
This is a port of the original bsdiff.c code, which operated on data entirely in-memory.
bsdiff.c
Usually I think in use delta patches when the original file is too big, but the patcher method require to the entire file be loaded in the memory instead accept stream as input, there's a reason for that?