Three Way Merge Algorithms for Text

前端 未结 3 933
死守一世寂寞
死守一世寂寞 2020-12-07 14:51

So I\'ve been working on a wiki type site. What I\'m trying to decide on is what the best algorithm for merging an article that is simultaneously being edited by two users.

3条回答
  •  鱼传尺愫
    2020-12-07 15:26

    There's a formal analysis of the diff3 algorithm, with pseudocode, in this paper: http://www.cis.upenn.edu/~bcpierce/papers/diff3-short.pdf

    It is titled "A Formal Investigation of Diff3" and written by Sanjeev Khanna, Keshav Kunal, and Benjamin C. Pierce from Yahoo.

提交回复
热议问题