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
The performance optimizations we applied to #4952 for VectorClock could also be applied to the VersionVector type in the Akka.DistributedData library and many of the CRDT types contained within. That way, we could improve overall CRDT in-memory performance - especially comparison to other versions of the same object and eventually merging of like-kinded objects together.