Skip to main content

ReplicaId

Type Alias ReplicaId 

Source
pub type ReplicaId = u64;
Expand description

Unique identifier for a replica in a distributed CRDT.

Using u64 is more efficient for vector clock operations than string-based identifiers, while still providing sufficient uniqueness for practical systems.