-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apples to apples merkle bench with akd
- Loading branch information
1 parent
fa39292
commit d1a22b8
Showing
2 changed files
with
74 additions
and
110 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
setup: | ||
- merkle tree seeded with 1000 vals. | ||
- add to tree over the bench. | ||
- for GetMemb, only query a single val over bench. | ||
- Put / Get only one elem per iter. | ||
- all setup same for both pav and akd. | ||
|
||
format: PutNoProof | PutWithProof | GetMemb | GetNonMemb | ||
pav: 144us | 175us | 31us | 8us | ||
akd: 73us | 90us | 9.8us | 11.8us |
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