Skip to main content

Module orset

Module orset 

Source
Expand description

Observed-Remove Set (OR-Set / Add-Wins Set)

Each add generates a unique tag. Remove only removes currently observed tags. Concurrent add and remove of the same element: add wins.

Structsยง

ORSet
An Observed-Remove Set (OR-Set) CRDT with add-wins semantics.
ORSetDelta
Delta payload for ORSet replication.
Tag
A unique tag for each add operation