Module remove_wins

Module remove_wins 

Source
Expand description

Remove-Wins Graph CRDT implementation

This implementation completely removes deleted vertices and edges. It’s more memory-efficient but elements cannot be recovered.

Structs§

RemoveWinsGraph
Remove-Wins Graph CRDT implementation