Introduces an App CRDT for replicating code updates across distributed nodes, demonstrated with minimal changes in AmbientTalk and LuAT frameworks.
Conflict-free Replicated Data Types (CRDTs)
1 Pith paper cite this work. Polarity classification is still indexing.
1
Pith paper citing it
abstract
A conflict-free replicated data type (CRDT) is an abstract data type, with a well defined interface, designed to be replicated at multiple processes and exhibiting the following properties: (1) any replica can be modified without coordinating with another replicas; (2) when any two replicas have received the same set of updates, they reach the same state, deterministically, by adopting mathematically sound rules to guarantee state convergence.
fields
cs.DC 1years
2026 1verdicts
UNVERDICTED 1representative citing papers
citing papers explorer
-
Dynamic Software Updates using CRDTs
Introduces an App CRDT for replicating code updates across distributed nodes, demonstrated with minimal changes in AmbientTalk and LuAT frameworks.