/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mattweidner.com
| | loro.dev
3.5 parsecs away

Travel
| | 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.
| | nomad.foo
2.8 parsecs away

Travel
| | A deep dive into the theoretical framework and the technical implementation of a text CRDT.
| | databases.systems
2.1 parsecs away

Travel
| | Exploring how pairpad was built in Go.
| | mattweidner.com
6.9 parsecs away

Travel
| [AI summary] The text provides a comprehensive overview of CRDT (Conflict-Free Replicated Data Type) design principles and applications, focusing on complex scenarios like rich text editing with inline and block formatting, and block-level operations such as moving, splitting, and merging. It also covers edge cases and rendering strategies to ensure consistency in collaborative environments.