From f48b6b107cf99f648590bac7013dd3228a9ec433 Mon Sep 17 00:00:00 2001 From: Justin Thaler <39494992+GUJustin@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:19:39 -0400 Subject: [PATCH] Update opts.md --- book/src/opts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/src/opts.md b/book/src/opts.md index 83179fde5..31d1d42a9 100644 --- a/book/src/opts.md +++ b/book/src/opts.md @@ -38,3 +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%. + Total anticipated prover time reduction : 30%-35%.