Concordium / concordium-node-sdk-js

TypeScript SDK for using the Concordium blockchain

Home Page:http://developer.concordium.software/concordium-node-sdk-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate wasm optimization to reduce proof production time

eb-concordium opened this issue · comments

Task description
Explore whether the proof production time can be reduced via compiling options (when compiling the rust-bindings to wasm).

We tried compiling using various target-features, including simd128, relaxed-simd and bulk-memory. It did not make any relevant difference in the time it takes to produce an "id request proof". We therefore decided to close the issue.