Manual:WikiDiff3.php
この機能は、バージョン 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".
この実装は、実行時間の上限に対応しています。 Complexity: worst case time, expected time, space.