Diff Utils library is an OpenSource library for performing the comparison operations between texts: computing diffs, applying patches, generating unified diffs or parsing them, generating diff output ...
Histogram diff is a diff algorithm introduced by the jgit project in 2010, based on Bram Cohen's patience diff. It is used by Git as one of its diff algorithms (git diff --histogram). Compared to ...