-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(crdt): Improve CRDT operations and add diff method
Simplify revert() method, move invert_changes() to private, add diff() method to compute differences between CRDTs, and make minor adjustments to copy constructor and assignment operator.
- Loading branch information
1 parent
e68d948
commit 4046d65
Showing
2 changed files
with
163 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters