shiviz icon indicating copy to clipboard operation
shiviz copied to clipboard

Support vector clock formatted as a (Json) array

Open lemmy opened this issue 3 years ago • 0 comments

Algorithms typically identify nodes with natural numbers between 0 to N-1. In other cases, identifies might still be under a total order. In these cases, a JSON array lends itself as the representation of the vector clock, i.e., [0, 42, 23] rather than the redundant and more verbose {"0": 0, "1": 42, "2": 23}.

lemmy avatar Jan 31 '23 18:01 lemmy