Module crdts::glist

source ·
Expand description

This module contains a Grow-only List.

GList - Grow-only List CRDT

Structs

  • The GList is a grow-only list, that is, it allows inserts but not deletes. Elements in the list are paths through an ordered tree, the tree grows deeper when we try to insert between two elements who were inserted concurrently and whose paths happen to have the same prefix.

Enums

  • Operations that can be performed on a List