alex-shapiro / ditto

CRDTs for common data structures like maps, vecs, sets, text, and JSON
Apache License 2.0
475 stars 22 forks source link

Support Garbage Collection? #102

Open mbalex99 opened 6 years ago

mbalex99 commented 6 years ago

Curious if this supports garbage collection concepts?

ghost commented 6 years ago

The readme mentioned having to hold state in a server until you know all clients have received all the Ops. Thats part of the answer but I don't know these rest.

It's a good question as I see this in other crdt libraries as an issue