Skip to content

Commit

Permalink
Update opts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GUJustin authored Mar 25, 2024
1 parent f48b6b1 commit 14e446d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/opts.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Below are known optimizations that we will be implementing in the coming weeks,

Anticipated speedup: 3% of total prover time.

- Switching the commitment scheme from Hyrax to one with much smaller commitments (e.g., HyperKZG, Zeromorph) will not only shorten the proofs, but also save the prover the time of serializing and hashing the commitments for Fiat-Shamir.
- Switching the commitment scheme from Hyrax to one with much smaller commitments (e.g., HyperKZG, Zeromorph) will not only shorten the proofs, but also save the prover the time of serializing and hashing the commitments for Fiat-Shamir. See [this github issue](https://github.com/a16z/Lasso/issues/208).

Anticipated speedup: 3% of total prover time.

Expand All @@ -38,4 +38,4 @@ Below are known optimizations that we will be implementing in the coming weeks,

Most benchmarks get compiled into RISC-V programs that mostly read entire words at once. Switching to word-addressable memory will improve Jolt’s speed on these benchmarks by 5%.

<b> Total anticipated prover time reduction </b>: 30%-35%.
<b> Total anticipated prover time reduction</b>: 30%-35%.

0 comments on commit 14e446d

Please sign in to comment.