Expand description
RGA Text - Collaborative text CRDT based on Replicated Growable Array.
Provides character-level collaborative text editing with:
- Insert at any position
- Delete ranges
- Stable position anchors for cursor sync
Based on the RGA algorithm but optimized for text.
Structsยง
- RGAText
- Collaborative text CRDT using RGA algorithm.
- RGAText
Delta - Delta for text operations.
- TextId
- Unique identifier for a character in the text.
- Text
Iterator ๐ - Iterator for traversing text nodes in order.
- Text
Node ๐ - A character node in the RGA text.