Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Parallelization of zk-Proving Process for Enhanced Performance in Scroll Prover #348

Description

@drnick30

The current proving process in scroll-prover appears to handle transactions sequentially, which may be a bottleneck for more complex proofs. I suggest exploring parallelization techniques, particularly by offloading certain proof-generation steps, such as FFTs or polynomial commitments, to multiple cores or even GPUs. Implementing this could significantly reduce proving time for batch transactions. I’d be happy to assist with initial benchmarking or testing parallelization methods to assess potential performance gains.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions