Expand description
Version vector for compact causal context representation.
A version vector summarizes the causal context by tracking the highest sequence number seen from each replica. This is more compact than storing all individual dots.
Structsยง
- Vector
Entry - A single entry in a version vector.
- Version
Vector - A version vector tracking the frontier of seen updates per replica.