This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################### | |
# | |
# Code to support simultaneous multiple editing | |
# sessions by different clients of a single object. This uses | |
# the Differential Synchronization algorithm of Neil Fraser, | |
# which is the same thing that Google Docs uses. | |
# | |
# * "Differential Synchronization" (by Neil Fraser). | |
# * http://neil.fraser.name/writing/sync/ | |
# * http://www.youtube.com/watch?v=S2Hp_1jqpY8 |