-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor more hash cache logic from Lurk Alpha (#901)
* refactor: remove unused functions in circuit_frame * refactor: trim hash_witness * refactor : remove old reduction Cont witnesses * refactor: remove old witness * refactor: remove hash_witness
- Loading branch information
1 parent
9781652
commit d372ffd
Showing
8 changed files
with
11 additions
and
726 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#[macro_use] | ||
pub mod gadgets; | ||
|
||
pub mod circuit_frame; | ||
mod circuit_frame; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
d372ffd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmarks
Table of Contents
Overview
This benchmark report shows the Fibonacci GPU benchmark.
NVIDIA GeForce RTX 4070
AMD Ryzen 9 3950X 16-Core Processor
125.711 GB RAM
Benchmark Results
LEM Fibonacci Prove - rc = 100
fib-ref=97816523d371179170a829992f8862123f91e1db
fib-ref=d372ffd19d5c4f6da22518d3aed3c5f573b2dae8
num-100
3.94 s
(✅ 1.00x)3.95 s
(✅ 1.00x slower)num-200
7.99 s
(✅ 1.00x)8.15 s
(✅ 1.02x slower)LEM Fibonacci Prove - rc = 600
fib-ref=97816523d371179170a829992f8862123f91e1db
fib-ref=d372ffd19d5c4f6da22518d3aed3c5f573b2dae8
num-100
3.05 s
(✅ 1.00x)3.06 s
(✅ 1.00x slower)num-200
6.98 s
(✅ 1.00x)7.02 s
(✅ 1.01x slower)Made with criterion-table