Manual:WikiDiff3.php
Appearance
This feature was removed completely in version 1.28.0. |
MediaWiki file: WikiDiff3.php | |
---|---|
Location: | includes/diff/ |
Source code: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | WikiDiff3 • RangeDifference |
Details
[edit]New version of the difference engine. 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" citeseer.ist.psu.edu with range compression (see Wu et al.'s "An O(NP) Sequence Comparison Algorithm".
This implementation supports an upper bound on the execution time. Complexity: worst case time, expected time, space.