Proceedings of the 19th International Conference on Supporting Group Work 2016
DOI: 10.1145/2957276.2957300
|View full text |Cite
|
Sign up to set email alerts
|

High Responsiveness for Group Editing CRDTs

Abstract: Group editing is a crucial feature for many end-user applications. It requires high responsiveness, which can be provided only by optimistic replication algorithms, which come in two classes: classical Operational Transformation (OT), or more recent Conflict-Free Replicated Data Types (CRDTs). Typically, CRDTs perform better on downstream operations, i.e., when merging concurrent operations than OT, because the former have logarithmic complexity and the latter quadratic. However, CRDTs are often less responsiv… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
28
0

Year Published

2017
2017
2022
2022

Publication Types

Select...
5
1

Relationship

0
6

Authors

Journals

citations
Cited by 20 publications
(28 citation statements)
references
References 21 publications
(41 reference statements)
0
28
0
Order By: Relevance
“…For example, the TTF solution was reported to be outperformed by Logoot and RGA for a factor up to 1000 in [4]. This 1000-times-gain claim was highly remarkable and widely cited as an experimental evidence for CRDT's performance superiority over OT [4,5,8,45,81] (also reflected in footnote 7).…”
Section: Ttf As the Sole Correct Ot For Comparison With Crdtmentioning
confidence: 95%
See 4 more Smart Citations
“…For example, the TTF solution was reported to be outperformed by Logoot and RGA for a factor up to 1000 in [4]. This 1000-times-gain claim was highly remarkable and widely cited as an experimental evidence for CRDT's performance superiority over OT [4,5,8,45,81] (also reflected in footnote 7).…”
Section: Ttf As the Sole Correct Ot For Comparison With Crdtmentioning
confidence: 95%
“…The proposed solution was to add one extra binary tree to speed up the local search process. With this extra tree, together with its additional complication and costs, the time complexity of this search process could be reduced to O(log(Ct)), which improves the upstream execution time by "several orders of magnitude" as claimed in [8] 7 . For comparison, OT solutions commonly have the complexity O(1) for the whole process of handling a local operation.…”
Section: Object Sequence Search With Time Complexity O(c) or O(log(c))mentioning
confidence: 98%
See 3 more Smart Citations