Module org.apache.wicket.util
Package org.apache.wicket.util.diff.myers
package org.apache.wicket.util.diff.myers
The 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.- Version:
- $Id: package.html,v 1.1 2006/03/12 00:24:21 juanca Exp $
- Author:
- Juanco Anez
- See Also:
-
ClassDescriptionA diffnode in a diffpath.A clean-room implementation of Eugene Myers differencing algorithm.A node in a diffpath.Represents a snake in a diffpath.