You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the CRDTs persist their entire state. It would be more efficient if each client only persisted its own observations. We read in the persisted data from every client each transaction, so we're guaranteed to get all of these updates. There is no reason to read the in N times.
The text was updated successfully, but these errors were encountered:
Right now the CRDTs persist their entire state. It would be more efficient if each client only persisted its own observations. We read in the persisted data from every client each transaction, so we're guaranteed to get all of these updates. There is no reason to read the in N times.
The text was updated successfully, but these errors were encountered: