-
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 and Urkel integration; add benchmarking tool
- Updated `verifyConsistency` to allow mutable access to CRDT data. - Enhanced `MapLike` concept to include `insert_or_assign`. - Refactored CRDT templates to align with the updated `MapLike` concept. - Improved `UrkelMap` with full transaction handling, proof generation, root hash validation, and iterator implementation. - Added a comprehensive benchmarking tool `urkel_benchmark.cpp` to test insert, update, delete, and sync operations with performance metrics. - Introduced handling for directory creation and cleanup in the benchmark. - Ensured compatibility with hash-based RecordId and custom CRDT setup. - Added error handling for `UrkelMap` initialization and transactions.
- Loading branch information
1 parent
445bf83
commit 7496d29
Showing
4 changed files
with
650 additions
and
102 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
Oops, something went wrong.