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
A CRDT type is defined in a stateless manner. All return values are supposed to be immutable, and there's a lot of cloning happening just to make sure we don't mutate past state.
Instead of that, I think we could have better performance (and less error-prone) if we used immutable types internally.
The text was updated successfully, but these errors were encountered:
A CRDT type is defined in a stateless manner. All return values are supposed to be immutable, and there's a lot of cloning happening just to make sure we don't mutate past state.
Instead of that, I think we could have better performance (and less error-prone) if we used immutable types internally.
The text was updated successfully, but these errors were encountered: