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: package.html 2891 2005-10-25 17:30:31Z ian@caret.cam.ac.uk $
@see Diff
@see org.apache.maven.jrcs.rcs.Archive
|