-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix mock prover performance regression for lookup arguments #445
Conversation
67611fd
to
fdd9362
Compare
Codecov Report
@@ Coverage Diff @@
## main #445 +/- ##
==========================================
+ Coverage 70.49% 70.58% +0.09%
==========================================
Files 42 42
Lines 5297 5321 +24
==========================================
+ Hits 3734 3756 +22
- Misses 1563 1565 +2
Continue to review full report at Codecov.
|
I recommend to review ignoring whitespace changes. |
This will conflict with #433; I'd prefer to merge that PR before this one, in part because it will simplify the diff here. |
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.
utACK with comments.
Changing this back to draft because I need to change it to optimize fill rows rather than zero rows (as well as resolving conflicts). |
968b6e0
to
9b8ecc7
Compare
are contained in the table, fixing a performance regression. This includes an optimization for "fill rows", which are assumed in this commit to be all-zeros. closes zcash#398 Signed-off-by: Daira Hopwood <daira@jacaranda.org>
9b8ecc7
to
7107b83
Compare
… row. Signed-off-by: Daira Hopwood <daira@jacaranda.org>
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.
Minor simplification.
This is still up-to-date and needs review. (@therealyingtong's utACK was before it changed substantially.) |
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.
ACK; I observe the desired speed-up.
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.
re-utACK b48b032
closes #398
Signed-off-by: Daira Hopwood daira@jacaranda.org