0xEigenLabs / eigen-zkvm

A Rust zkVM with a Modular Proof System
Apache License 2.0
141 stars 36 forks source link

Cache the StarkSetup #239

Open eigmax opened 7 months ago

eigmax commented 7 months ago

It takes about 50+ seconds to initialize the StarkSetup here, but for a task, like EVM, we need run once only for all it's segment, so we can cache it in the memory.