zkmopro / mopro

Making client-side proving on mobile simple.
https://zkmopro.org
Apache License 2.0
131 stars 35 forks source link

Zkey read perf #196

Closed chancehudson closed 4 months ago

chancehudson commented 4 months ago

This PR adds our own implementation of zkey reading/parsing. This is in response to the slow read performance of ark_circom.

Performance reading and parsing the keccak256_256_test_final.zkey in release mode:

cloudflare-workers-and-pages[bot] commented 4 months ago

Deploying mopro with  Cloudflare Pages  Cloudflare Pages

Latest commit: 442e7f6
Status: ✅  Deploy successful!
Preview URL: https://49c8c544.mopro.pages.dev
Branch Preview URL: https://zkey-read-perf.mopro.pages.dev

View logs

chancehudson commented 4 months ago

Closing in favor of #197