Binary patch-generation in C#

前端 未结 6 1325
庸人自扰
庸人自扰 2020-12-25 13:56

Does anyone have, or know of, a binary patch generation algorithm implementation in C#?

Basically, compare two files (designated old and new), and

6条回答
  •  情歌与酒
    2020-12-25 14:35

    Sorry I couldn't be more help. I would definately keep looking at xdelta because I have used it a number of times to produce quality diffs on 600MB+ ISO files we have generated for distributing our products and it performs very well.

提交回复
热议问题