On Sun, Sep 18, 2011 at 9:23 AM, Fabio Erculiani <[email protected]> wrote:
> The daemon that generates bsdiff-based deltas takes this into account.
> See: 
> http://git.sabayon.org/entropy.git/tree/services/entropy-pkgdelta-generator
>

Good, that should work.

>From their web page, the diff generator (on the server) might require
max(17*n,9*n+m)+O(1) bytes of memory, where n is the size of the old
file and m is the size of the new file.

The patching program, on the clients I assume may require n+m+O(1)
bytes of memory.

Reply via email to