Module version_vector

Module version_vector 

Source
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ยง

VectorEntry
A single entry in a version vector.
VersionVector
A version vector tracking the frontier of seen updates per replica.