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 MuHash calculations #575

Merged
merged 7 commits into from
Oct 12, 2024

Conversation

coderofstuff
Copy link
Collaborator

Parallelize parts of the muhash calculations (add_utxo and add_transaction) then later combine results so we can delegate the heavier work to multiple threads.

MuHash calculations are additive and can be done in chunks then later combined
@michaelsutton michaelsutton merged commit c59a0d1 into kaspanet:master Oct 12, 2024
6 checks passed
@coderofstuff coderofstuff deleted the parallel-muhash branch October 14, 2024 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants