Crates.io | causal-length |
lib.rs | causal-length |
version | 0.2.0 |
source | src |
created_at | 2021-03-20 18:55:12.123298 |
updated_at | 2021-03-20 18:55:12.123298 |
description | CRDT's based on causal length sets |
homepage | |
repository | https://github.com/utsl42/causal-length |
max_upload_size | |
id | 371450 |
size | 42,666 |
CRDT's based on "A Low-Cost Set CRDT Based on Causal Lengths" combined with an optional tag. The tag can be any type that satisfies [TagT]. A simple integer, wall clock, lamport timestamp, or even a hybrid logical clock from "Logical Physical Clocks and Consistent Snapshots in Globally Distributed Databases" may be used.