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

Compare performance of IMT written in JS and Rust in Node.js and browser #306

Open
vplasencia opened this issue Jul 16, 2024 · 3 comments
Open
Assignees
Labels
documentation 📖 Improvements or additions to documentation good first issue Good for newcomers

Comments

@vplasencia
Copy link
Member

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

@vplasencia vplasencia added the good first issue Good for newcomers label Jul 16, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in ZK-Kit Jul 16, 2024
@cedoor cedoor moved this from 📋 Backlog to ♻️ Grooming in ZK-Kit Jul 17, 2024
@cedoor cedoor added the documentation 📖 Improvements or additions to documentation label Jul 17, 2024
@sebagiraudo
Copy link

Hi! I would like to work on this issue

@vplasencia
Copy link
Member Author

Hey @sebagiraudo 👋

Thanks. I just assigned the issue to you. Feel free to ask any questions you may have.

@cedoor cedoor moved this from ♻️ Grooming to 🏗 In Progress in ZK-Kit Sep 4, 2024
@sebagiraudo
Copy link

Hello! I made some progress in this repository.

The results I got are in this website.

I'm open to any kind of feedback 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📖 Improvements or additions to documentation good first issue Good for newcomers
Projects
Status: 🏗 In Progress
Development

No branches or pull requests

3 participants