Explore >> Select a destination


You are here

databases.systems
| | archagon.net
4.1 parsecs away

Travel
| | Alexei's pile o'stuff, featuring writing on software development, travel, photography, and more.
| | nomad.foo
3.6 parsecs away

Travel
| | A deep dive into the theoretical framework and the technical implementation of a text CRDT.
| | www.inkandswitch.com
4.0 parsecs away

Travel
| | Collaboration on rich text is hard to model with plain-text approaches. We review the challenges and how to construct a CRDT for rich text.
| | mattweidner.com
8.9 parsecs away

Travel
| [AI summary] This text provides an in-depth exploration of CRDTs (Conflict-Free Replicated Data Types), covering various data structures and algorithms for managing concurrent data in distributed systems. It includes discussions on unique sets, state-based CRDTs, and optimized versions that avoid tombstones. The text also touches on different CRDT types, such as OR-sets and unique sets, and their implementations, along with their applications in collaborative applications. The content is part of a series of blog posts by Matthew Weidner, a PhD student at CMU, focusing on the theory and practice of CRDTs.