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 146047 2004-02-28 03:35:37Z bayard $ @see Diff @see org.apache.maven.jrcs.rcs.Archive