Module rga_text

Module rga_text 

Source
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.
RGATextDelta
Delta for text operations.
TextId
Unique identifier for a character in the text.
TextIterator ๐Ÿ”’
Iterator for traversing text nodes in order.
TextNode ๐Ÿ”’
A character node in the RGA text.