The {@link org.apache.wicket.util.diff.myers diff.myers} package implements Gene Myers' differencing algorithm.
Myers' algorithm produces optimum results (minimum diffs), but consumes considerably more memory than SimpleDiff, so its not suitable for very large files.
Modifications: 1 Aug 2018 aldaris Fixed typos, and updated package references. @author Juanco Anez @version $Id: package.html,v 1.1 2006/03/12 00:24:21 juanca Exp $ @see org.apache.wicket.util.diff.Diff