We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is an implementation of the IMT data structure in TS/JS: https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/imt
There is also an implementation of the IMT data structure in Rust: https://github.com/privacy-scaling-explorations/zk-kit.rust/tree/main/crates/imt
The idea of this issue is to compare the performance of IMT written in TS/JS and Rust in Node.js and browser.
Guide to convert the Rust implementation to wasm: https://rustwasm.github.io/docs/book/
Library to create benchmarks in Node.js and browser: https://github.com/tinylibs/tinybench
The text was updated successfully, but these errors were encountered:
Hi! I would like to work on this issue
Sorry, something went wrong.
Hey @sebagiraudo 👋
Thanks. I just assigned the issue to you. Feel free to ask any questions you may have.
Hello! I made some progress in this repository.
The results I got are in this website.
I'm open to any kind of feedback 😀
sebagiraudo
No branches or pull requests
Description
There is an implementation of the IMT data structure in TS/JS: https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/imt
There is also an implementation of the IMT data structure in Rust: https://github.com/privacy-scaling-explorations/zk-kit.rust/tree/main/crates/imt
The idea of this issue is to compare the performance of IMT written in TS/JS and Rust in Node.js and browser.
Resources
Guide to convert the Rust implementation to wasm: https://rustwasm.github.io/docs/book/
Library to create benchmarks in Node.js and browser: https://github.com/tinylibs/tinybench
The text was updated successfully, but these errors were encountered: