Movable tree CRDTs and Loro's implementation

Open link in next tab

Movable tree CRDTs and Loro's implementation

https://loro.dev/blog/movable-tree

This article introduces the implementation difficulties and challenges of Movable Tree CRDTs when collaboration, and how Loro implements it and sorts child nodes. The algorithm has high performance and can be used in production.

Movable tree CRDTs and Loro's implementation