All Downloads are FREE. Search and download functionalities are using the official Maven repository.

difflib.myers.package.html Maven / Gradle / Ivy




  
    
    
  
  
      

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy