search for: z_rsyncable_off

Displaying 1 result from an estimated 1 matches for "z_rsyncable_off".

2005 Feb 18
0
Patch for rsyncable zlib with new rolling checksum
...e #define lines at the beginning of defelate.c) by calling the deflateSetRsyncParameters() function immediately following stream initialization, and before writing anything to the stream. This is good if you want to play with parametric studies, etc... If you set the rolling checksum algorithm to Z_RSYNCABLE_OFF, you will get the exact behavior as zlib without the patch - it will be a hair slower, but compared to the rest of what's going on in zlib, the overhead of this should be quite negligible. I'd love to hear feedback/comments! Cheers, - Kevin -------------- next part -------------- A non...