Skip to content

Commit

Permalink
Merge pull request #116 from Hack666r/fix/typo
Browse files Browse the repository at this point in the history
fix typo Update radix-memory.md
  • Loading branch information
mininny authored Jan 8, 2025
2 parents cdddf9e + 8babae7 commit f2da2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/radix-memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ New benchmark suite is added, which measures the latency of the following operat

- Memory read / write to random addresses
- Memory read / write to contiguous address
- Memory write to sparse memory addresse
- Memory write to sparse memory addresses
- Memory write to dense memory addresses
- Merkle proof generation
- Merkle root calculation
Expand Down Expand Up @@ -112,4 +112,4 @@ Usually, sparse region would utilize smaller branching factor for memory optimiz
- use larger branching factors at the upper address level to reduce the trie traversal depth
- use smaller branching factors at the lower address level to reduce computation for each node.

In addition, we can apply pgo as mentioned above. To apply pgo to asterisc builds, we can run asterisc with cpu pprof enabled, and ship asterisc with `default.pgo` in the build path. This way, whenever the user builds Asterisc, pgo will be enabled by default, leading to addition 5+% improvement in speed.
In addition, we can apply pgo as mentioned above. To apply pgo to asterisc builds, we can run asterisc with cpu pprof enabled, and ship asterisc with `default.pgo` in the build path. This way, whenever the user builds Asterisc, pgo will be enabled by default, leading to addition 5+% improvement in speed.

0 comments on commit f2da2c7

Please sign in to comment.