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.52k stars 280 forks source link

support patch by muti-thread parallel #313

Open sisong opened 1 year ago

sisong commented 1 year ago

只支持单数据流压缩格式的补丁(only SD , no HD & BSD。
增加线程数参数 -p 默认 4,最大4。
不同的线程分别用于 读取old数据、解压、输出new数据。

sisong commented 1 year ago

ref #305