Skip to content
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

Fast-track constraint system assembly for the prover #364

Open
4 tasks done
weikengchen opened this issue Sep 2, 2022 · 0 comments
Open
4 tasks done

Fast-track constraint system assembly for the prover #364

weikengchen opened this issue Sep 2, 2022 · 0 comments
Assignees
Labels
D-hard Difficulty: hard P-medium Priority: medium T-performance Type: performance improvements

Comments

@weikengchen
Copy link
Member

Summary

The LC inlining time seems to be taking a significant portion of the proof generation. Yet, we know that the result can be cached or included in the proving key with some care. In that case, we may allow the prover to finish the construction of the constraint system in a fast-track manner.

This is also important for hardware-software codesign.

Problem Definition

See if there is a systematic way to allow the prover to get some precomputation from the indexer, so it can save the time in constraint assembly and LC inlining.

Proposal

Make the LC result serializable. Think about a general-purpose framework for loading the prover parameters from files.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@weikengchen weikengchen added D-hard Difficulty: hard T-performance Type: performance improvements P-medium Priority: medium labels Sep 2, 2022
@weikengchen weikengchen self-assigned this Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-hard Difficulty: hard P-medium Priority: medium T-performance Type: performance improvements
Projects
None yet
Development

No branches or pull requests

1 participant