org.apache.commons.jrcs.diff.myers.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sakai-rwiki-diff Show documentation
Show all versions of sakai-rwiki-diff Show documentation
This project creates the diff library used by RWiki
The newest version!
The {@link org.apache.maven.jrcs.diff.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
@version $Id$
@see Diff
@see org.apache.maven.jrcs.rcs.Archive