Faster CRDTs: An Adventure in Optimization
Type Blog post
Created 2021-07-31
Available at josephg.com/blog/crdts-go-brrr
Identifier unavailable
Description
unavailable
Relations
about Conflict-free replicated data type (CRDT)
In distributed computing, a conflict-free replicated data type (CRDT) is a data structure which can b...
Yjs is a CRDT implementation that exposes its internal data structure as shared types. Shared types a...
gives cons of | compares Automerge
A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged...
references I was wrong. CRDTs are the future
I saw Martin Kleppmann’s talk a few weeks ago about his approach to realtime editing with CRDTs, and...
Edit details Edit relations Attach new author Attach new topic Attach new resource
10.0 /10
useless alright awesome
from 1 review
- Resource level 4.0 /10
- beginner intermediate advanced
- Resource clarity 8.0 /10
- hardly clear sometimes unclear perfectly clear
- Reviewer's background 4.0 /10
- none basics intermediate advanced expert
Comments 1
10 rating 4 level 8 clarity 4 user's background
Compares Automerge and Yjs
Comes up with own fast Rust implementation of CRDTs
Considers only text/list editing