Handbuch:WikiDiff3.php
Diese Funktion wurde in der Version 1.28.0 vollständig entfernt. |
MediaWiki-Datei: WikiDiff3.php | |
---|---|
Speicherort: | includes/diff/ |
Quellcode: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Klassen: | WikiDiff3 • RangeDifference |
Details
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.