A binary-safe diff/merge/patch library for multiple languages. https://code.ivysaur.me/mrdiff
This repository has been archived on 2020-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mappu d2053dbc94 commit all archived files 2011-11-02 04:39:27 +00:00
dist-archive commit all archived files 2011-11-02 04:39:27 +00:00
doc commit all archived files 2011-11-02 04:39:27 +00:00
.legacy-codesite.toml initial meta commit 2011-11-02 04:39:27 +00:00
README.md commit all archived files 2011-11-02 04:39:27 +00:00

README.md

mrdiff

A binary-safe diff/merge/patch library for multiple languages.

Implements the longest common subsequence (Myers, 1986) and shortest middle snake functions for diffing text as per http://www.mathertel.de/Diff/DiffDoku.aspx , in both C++ and javascript.

Source code and command-line binary included with download.

Download