You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
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
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.