CRDT
A CRDT (Conflict-free Replicated Data Type) is a data structure whose replicas can be updated independently and merged automatically without conflicts, enabling consistent distributed state.
A CRDT (Conflict-free Replicated Data Type) is a data structure whose replicas can be updated independently and merged automatically without conflicts, enabling consistent distributed state.