-
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.
- Loading branch information
Goshawk
committed
Oct 22, 2024
1 parent
81b9c0a
commit 3d7fc3d
Showing
2 changed files
with
14 additions
and
0 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,12 @@ | ||
|
||
|
||
|
||
# Merkle tree implementation | ||
|
||
Benchmark RESULTS the build_merkle function | ||
|
||
``` | ||
build_merkle_10000 time: [832.36 µs 832.70 µs 833.02 µs] | ||
build_merkle_100000 time: [8.3247 ms 8.3281 ms 8.3315 ms] | ||
build_merkle_1000000 time: [85.651 ms 85.723 ms 85.800 ms] | ||
``` |
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,2 @@ | ||
max_width = 80 | ||
wrap_comments = true |