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

Optimize Cardano transaction prover performances with parallelization #1756

Open
2 of 3 tasks
jpraynaud opened this issue Jun 17, 2024 · 0 comments · May be fixed by #1781
Open
2 of 3 tasks

Optimize Cardano transaction prover performances with parallelization #1756

jpraynaud opened this issue Jun 17, 2024 · 0 comments · May be fixed by #1781
Assignees
Labels
performances 🥇 Performances

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Jun 17, 2024

Why

We would like to parallelize some parts of the prover in order to leverage parallelization on some tasks.

What

Add parallelization for retrieval/computation of the Merkle trees of the block ranges and for the computation of their poofs with rayon.

How

  • Implement par_iter in Merkle tree computation in the prover
  • Implement par_iter in Merkle map proof computation
  • Benchmark the performances improvements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performances 🥇 Performances
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant