Collaborative text editor systems are widely used to allow users to edit the same document simultaneously. YATA CRDT (Yet Another Transformation Approach Conflict-free Replicated Data Types) is an approach that can be implemented in these systems to ensure consistency across a large number of replicas. In YATA CRDT, the garbage collection mechanism can be a solution to the problem of the use of…