MediaWiki master
DiffEngine.php File Reference

New version of the difference engine. More...

Go to the source code of this file.

Classes

class  Wikimedia\Diff\DiffEngine
 This diff implementation is mainly lifted from the LCS algorithm of the Eclipse project which in turn is based on Myers' "An O(ND) difference algorithm and its variations" (http://citeseer.ist.psu.edu/myers86ond.html) with range compression (see Wu et al. More...
 

Namespaces

namespace  Wikimedia\Diff
 

Detailed Description

New version of the difference engine.

Copyright © 2008 Guy Van den Broeck guy@g.nosp@m.uyvd.nosp@m.b.eu

Note
GPL-2.0-or-later

Definition in file DiffEngine.php.