topology-foundation / ts-topology

The official TypeScript implementation of Topology Protocol
https://topology-foundation.github.io/ts-topology/
MIT License
25 stars 17 forks source link

Implement built-in CRDTs: Fugue (advanced array type) #85

Closed guiltygyoza closed 1 month ago

guiltygyoza commented 2 months ago

Description

Fugue is a famous array type CRDT designed to solve the interleaving problem that plagues most other array types.

Task

Resources

d-roak commented 1 month ago

not using crdt builtins anymore