Binary patch-generation in C#

前端 未结 6 1323
庸人自扰
庸人自扰 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:52

    It might be worth checking out what some of the other guys are doing in this space and not necessarily in the C# arena either.

    This is a library written in c#

    SVN also has a binary diff algorithm and I know there's an implementation in python although I couldn't find it with a quick search. They might give you some ideas on where to improve your own algorithm

提交回复
热议问题