difflib.myers.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-diff-utils-copy Show documentation
Show all versions of java-diff-utils-copy Show documentation
A temporary copy of java diff utils from http://code.google.com/p/java-diff-utils to allow releasing dybdob
The newest version!
The {@link difflib.myers diff.myers} package
implements Gene Myers'
differencing algorithm.
Myer's algorithm produces optimum results (minimum diffs), but
consumes considerably more memory than SimpleDiff, so its not
suitable for very large files.
@author Juanco Anez