Closed GoogleCodeExporter closed 9 years ago
It doesn't make sense to set the input window (-W) to 64MB--it won't improve
compression compared to a smaller window (the default is 256KB). The source
window
(-B) should be larger for large inputs, not the input window.
There is a hard-coded limit in the decoder, which I think I will remove to
avoid this
kind of confusion.
Original comment by josh.mac...@gmail.com
on 13 Jan 2007 at 11:48
actualy if you could spare the time and put a small explanation about xdelta's
work
proccess and what settings have what effect in the wiki it'll probably be for
the
best, as it is some things are pretty hard to figure out.
Original comment by HellRe...@gmail.com
on 14 Jan 2007 at 1:16
The -W setting (for input window size) is now limited in the same way the
decoder
limits it, although I admit this is still somewhat of a problem, since a foreign
encoder could produce such a delta.
I've tried to explain the -W setting in
http://code.google.com/p/xdelta/wiki/TuningMemoryBudget
Thanks.
Original comment by dotdotis...@gmail.com
on 16 Jan 2007 at 3:16
Original comment by dotdotis...@gmail.com
on 16 Jan 2007 at 3:17
Original issue reported on code.google.com by
H.Re...@gmail.com
on 13 Jan 2007 at 5:29