手册:WikiDiff3.php
Appearance
此功能已在版本1.28.0中完全移除。 |
MediaWiki文件: WikiDiff3.php | |
---|---|
位置: | includes/diff/ |
源代码: | master • 1.42.3 • 1.41.4 • 1.39.10 |
类: | WikiDiff3 • RangeDifference |
细节
新版本的差异引擎。 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.