federatedbookkeeping / research

Research notes about Federated Bookkeeping and related topics
https://federatedbookkeeping.org
MIT License
7 stars 2 forks source link

Studying diferences between CRDTs #41

Open michielbdejong opened 3 weeks ago

michielbdejong commented 3 weeks ago

This is more a bookmark of what I'm studying personally atm:

https://mattweidner.com/2023/09/26/crdt-survey-2.html#lists-and-text-editing

This definition still gives us some freedom in choosing <. The Fugue paper (myself and Martin Kleppmann, 2023) gives a particular choice of < and motivates why we think you should prefer it over any other. Seph Gentle’s Diamond Types and the Braid group’s Sync9 each independently chose nearly identical semantics (thanks to Michael Toomim and Greg Little for bringing the latter to our attention).

tantaman commented 3 weeks ago

Rebase models for conflict resolution are also pretty interesting in that they give the developer more control over the merge process while also allowing them to ignore it if they so desire.

Matt Weidner, again, has a good overview: https://mattweidner.com/2024/06/04/server-architectures.html