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

Changed the Merkle tree impl to optimisedmt for performance speedup #324

Merged
merged 3 commits into from
Dec 14, 2021

Conversation

weijiekoh
Copy link
Contributor

@weijiekoh weijiekoh commented Dec 8, 2021

This PR tweaks MACI 1.0 to use https://www.npmjs.com/package/optimisedmt, which makes the generation of circuit inputs for message processing and vote tallying faster, as tree updates are no longer O(numLeaves * treeDepth).

Addresses #319

@weijiekoh weijiekoh requested a review from corydickson December 8, 2021 00:44
@corydickson corydickson merged commit 7e134a0 into v1 Dec 14, 2021
@daodesigner daodesigner deleted the feat/v1/optimisedmt branch June 7, 2022 21:25
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