Skip to content

Latest commit

 

History

History
 
 

Menees.Diffs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Menees.Diffs

This library contains non-visual, GUI-agnostic classes to find differences between text sequences, binary sequences, and directories. The code requires Menees.Common.

Text differencing is performed using the algorithm from An O(ND) Difference Algorithm and Its Variations by Eugene W. Myers.

Binary differencing is performed using the algorithm from:

The output of a binary diff can also be written as a GDIFF stream.