Skip to content

Commit

Permalink
Add README.md and rustfmt.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Goshawk committed Oct 22, 2024
1 parent 81b9c0a commit 3d7fc3d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
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]
```
2 changes: 2 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
max_width = 80
wrap_comments = true

0 comments on commit 3d7fc3d

Please sign in to comment.