emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question collaborative editing - Wikipedia reference


From: Qiantan Hong
Subject: Re: Question collaborative editing - Wikipedia reference
Date: Mon, 5 Oct 2020 00:05:30 +0000

Note that there’s some calls to CRDT-VERIFY-BUFFER
which is just for debug purpose (it scan the whole buffer and 
verify integrity). For a performance evaluation replace
it with an empty function or just comment out those calls.

> On Oct 4, 2020, at 7:59 PM, Qiantan Hong <qhong@mit.edu> wrote:
> 
> I’ve finished the initial work for a CRDT based
> collaborative editing Elisp package. The .el is attached.
> 
> The focus is on implementing the core algorithm
> and evaluating performance, so no cursor indicator,
> username display etc was implemented. However,
> they should be easy to add and not relevant to performance
> concern.
> 
> I’ve tested it with my friends and the performance seems 
> reasonable. Using LogootSplit algorithm, the number of
> text property changes are relatively small.
> 
> M-x crdt-test-server starts a local server at port 1333,
> and M-x crdt-test-client connects to 127.0.0.1:1333.
> Or use crdt-serve-buffer and crdt-connect for arbitrary
> address/port.
> <crdt.el>

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]