zeko-labs / zeko

Zeko: zk-Rollup for Mina, a succinct blockchain
https://zeko.io
Apache License 2.0
23 stars 3 forks source link

Persist state of sequencer using binprot, not json #125

Open MartinOndejka opened 7 months ago

L-as commented 6 months ago

Is this important?

MartinOndejka commented 6 months ago

No, only if it happens to be a performance bottleneck.

L-as commented 6 months ago

Shouldn't be. JSON is ubiquitous enough that its implementations are more performant than those for theoretically better formats.