Skip to content

Commit

Permalink
fix typo Update radix-memory.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hack666r authored Jan 7, 2025
1 parent dc91295 commit 8babae7
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 8babae7

Please sign in to comment.