Conference Paper

High Responsiveness for Group Editing CRDTs

Fulltext URI

Document type

Text/Conference Paper

Additional Information

Date

2016

Journal Title

Journal ISSN

Volume Title

Publisher

Association for Computing Machinery

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 responsive, because their upstream complexity is linear. To improve this, this paper proposes to interpose an auxiliary data structure, called the identifier data structure in front of the base CRDT. The identifier structure ensures logarithmic complexity and does not require replication or synchronization. Combined with a block-wise storage approach, this approach improves upstream execution time by several orders of magnitude, with negligeable impact on memory occupation, network bandwidth, and downstream execution performance.

Description

Briot, Loïck; Urso, Pascal; Shapiro, Marc (2016): High Responsiveness for Group Editing CRDTs. Proceedings of the 2016 ACM International Conference on Supporting Group Work. DOI: 10.1145/2957276.2957300. Association for Computing Machinery. pp. 51–60. Sanibel Island, Florida, USA

Citation

Tags

Collections