How big an "copy data instruction" is encoded? I read 28 bytes per instruction somewhere? But even if smaller ... Is it really "less" to encode a "copy 9/10/11 bytes" instead of just also have them in the "ADD" block? (my understanding is that CPY means that soure/target content is equal, correct?)
We experimented with -I ... no effect at all
We expericmented with compression level and had only a small benefit.
We want to use xdelta3 in a project and so we did a deeper check and analysis. Wen are using the 3.0.11 (official apt-get package)
While looking into it I saw often patchdelta infos like:
How big an "copy data instruction" is encoded? I read 28 bytes per instruction somewhere? But even if smaller ... Is it really "less" to encode a "copy 9/10/11 bytes" instead of just also have them in the "ADD" block? (my understanding is that CPY means that soure/target content is equal, correct?)
We experimented with -I ... no effect at all We expericmented with compression level and had only a small benefit.
Any idea? Thank you!