Module add_wins

Module add_wins 

Source
Expand description

Add-Wins Graph CRDT implementation

This implementation ensures that vertices and edges are never completely lost. Deleted elements are marked as deleted but preserved for potential recovery.

Structsยง

AddWinsGraph
Add-Wins Graph CRDT implementation
GraphConfig
Configuration for graph CRDTs