商业软件的二进制 diff 算法

发布于 2024-08-07 17:14:13 字数 159 浏览 9 评论 0原文

我正在开发将更改的文件发送到其他计算机的应用程序。目前,即使更改很小,更改的文件也会被完全发送。我正在寻找一个库(C、C++、Java),它允许我创建二进制差异并仅发送增量和匹配补丁以将数据合并回去。

我正在寻找 Eclipse 或 Apache 许可证下的理想工具。 LGPL 也可以。

I'm working on application sending changed files to other computers. Currently a changed file is sent completely even if the change is minor. I'm looking for a library (C,C++,Java) that would allow me to create a binary diff and send only the delta and the matching patch to merge the data back.

I'm looking for something ideally under an Eclipse or Apache licence. LGPL would work too.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

乖不如嘢 2024-08-14 17:14:13
煮酒 2024-08-14 17:14:13

bsdiff 和 bspatch 不是库,但您可以轻松提取 C 源代码,并且许可证应该也为你工作。

bsdiff and bspatch are not libraries but you could extract the C source code without too much effort and the license should also work for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文