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

Parallelize merkle tree gen #32

Open
Stentonian opened this issue Mar 5, 2024 · 2 comments
Open

Parallelize merkle tree gen #32

Stentonian opened this issue Mar 5, 2024 · 2 comments
Labels
effort:much Difficult task

Comments

@Stentonian
Copy link
Contributor

Currently we use node.js, which of course cannot be parallelized. So we need to switch to rust or something else.

@Stentonian Stentonian added the effort:much Difficult task label Mar 5, 2024
@Stentonian
Copy link
Contributor Author

First step is switching to rust and checking the resulting tree is the same as the one created in the TS script: #48

@Stentonian
Copy link
Contributor Author

Stentonian commented Jun 17, 2024

First step done: #48

Next step is to parallelize the algorithm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort:much Difficult task
Projects
None yet
Development

No branches or pull requests

1 participant