Open weboko opened 11 months ago
based on our discussion, we have 3 approaches that may be of use -
After investigating (3) and (4) I see that main time consumer is the same as for (1) and partially (4).
It is serializing wasm
into bytes and passing into zerokit
- should be improved by:
zkey
and vkey
can be included into wasm
to speed things up;Another metric - fetching the tree - is pretty much static and on slow 3g
it takes 10-12s to fetch as of now. With faster internet is it 10s.