You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no LeanIMT implementation in Rust yet. Once the issue related to the LeanIMT implementation in Rust (privacy-scaling-explorations/zk-kit.rust#51) is closed as completed, there will be a crate for the LeanIMT.
The idea of this issue is to compare the performance of LeanIMT written in TS/JS and Rust (compiled to wasm) in Node.js and browser.
Description
There is an implementation of the LeanIMT data structure in TS/JS: https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/imt.
There is no LeanIMT implementation in Rust yet. Once the issue related to the LeanIMT implementation in Rust (privacy-scaling-explorations/zk-kit.rust#51) is closed as completed, there will be a crate for the LeanIMT.
The idea of this issue is to compare the performance of LeanIMT written in TS/JS and Rust (compiled to wasm) 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: