We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
assign_advice
For direct comparison, this branch https://github.com/axiom-crypto/halo2/tree/axiom/advice-without-lifetimes does assign_advice where the value is copied and returned, versus in branch axiom/faster-witness-generation where only a reference of the value is returned.
axiom/faster-witness-generation
halo2-ecc bench msm takes ~650ms witness generation in the former (without lifetimes), while times are more like ~550ms in the latter.
This change is a sub-change of #2 so it explains a portion of the time difference there.
The text was updated successfully, but these errors were encountered:
Add From<bool> traitbound to FieldExt. Should close axiom-crypto#3
af85374
Merge pull request axiom-crypto#8 from appliedzkp/from_bool
3721879
Add From<bool> traitbound to FieldExt. Should clone axiom-crypto#3
No branches or pull requests
For direct comparison, this branch https://github.com/axiom-crypto/halo2/tree/axiom/advice-without-lifetimes does
assign_advice
where the value is copied and returned, versus in branchaxiom/faster-witness-generation
where only a reference of the value is returned.halo2-ecc bench msm takes ~650ms witness generation in the former (without lifetimes), while times are more like ~550ms in the latter.
This change is a sub-change of #2 so it explains a portion of the time difference there.
The text was updated successfully, but these errors were encountered: