papers-we-love_papers-we-love/data_replication
Francisco Pérez-Sorrosal 3f23d13b7a Add papers presented on SF chapter on Feb 23rd 2017 (#432)
- NOTE: The paper "A Unified Theory of Garbage Collection" was already
  present in the garbage collection section, so I just added a brief
  summary.
2017-02-26 09:14:21 -05:00
..
a-comprehensive-study-of-convergent-and-communative-replicated-data-types.pdf updates based on applicative programming and what will be mays paper 2014-04-04 11:06:02 -04:00
README.md Add papers presented on SF chapter on Feb 23rd 2017 (#432) 2017-02-26 09:14:21 -05:00

Data Replication

  • 📜 Immutability Changes Everything

    An overview on the patterns in computing leveraging immutability. Nowadays, keeping immutable copies of data is almost inexpensive. One of the advantages of this fact is that it can alleviate the burden of coordinated accesses to the data in the different layers of the SW/HW stack.

  • 📜 A comprehensive study of Convergent and Commutative Replicated Data Types

    Eventual consistency aims to ensure that replicas of some mutable shared object converge without foreground synchronisation. We study a principled approach: to base the design of shared data types on some simple formal conditions that are sufficient to guarantee even- tual consistency. We call these types Convergent or Commutative Replicated Data Types (CRDTs).