ipfs / notes

IPFS Collaborative Notebook for Research
MIT License
400 stars 33 forks source link

CRDT: Interesting discussion about "universal list CRDTs" #456

Open joakim opened 1 year ago

joakim commented 1 year ago

At one of Braid Protocol's meetings in 2021, Seph (Joseph Gentle) presented his work on what he calls list CRDTs (aka sequence CRDTs), showing how they can be abstracted, potentially making them faster and simpler.

Building a universal list CRDT: Making CRDTs better, faster and simpler

https://braid.org/meeting-10

I thought this might be of interest to others learning about sequence CRDTs (like Yjs). It also serves as a good explanation of how they work, so might be worth adding to the list of talks.