sisong / HDiffPatch

a C\C++ library and command-line tools for Diff & Patch between binary files or directories(folder); cross-platform; runs fast; create small delta/differential; support large files and limit memory requires when diff & patch.
Other
1.56k stars 287 forks source link

recode some default settings for cmdline #319

Closed sisong closed 2 years ago

sisong commented 2 years ago

merge settings when hdiffz, -c-pzlib same as -c-zlib;
default opened block match when hdiffz -m; set "-block-0" close it;
changed cmdline hpatchz default patchCacheSize 64MB to 4MB;
android NDK hpatchz, if (patchCacheSize<0) then default 256KB;