topology-foundation/ts-drp

Apply delta-state CRDTs for syncing

Opened this issue · 0 comments

Apply delta-state CRDTs instead of state-based CRDTs to reduce the number of vertices that will be sent during communication, so that can reduce network bandwidth and time consumption and encourage local-first computation.