The {@link difflib.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