0.1.2 • Published 3 years ago

crdt-tree v0.1.2

Weekly downloads
3
License
CC-BY-NC-ND-4.0
Repository
github
Last release
3 years ago

crdt-tree

Work in progress. Published early due to being a dependent of a school project.

Kinda missing the CRDT part itself. Right now, it has MapTree/MapDiff and ObjectTree/ObjectDiff packages. Currently it purely acts as a differentiation algorithm between two trees, generating a list of operations required to transform the first tree into the second. Used for simple replication purposes.