risechain / pevm

Blazingly fast Parallel EVM
MIT License
217 stars 41 forks source link

fix: better binary formats to save disk(#322) #365

Closed byhashdong closed 2 weeks ago

byhashdong commented 2 weeks ago

compressing bytes.bincode to bytes.bincode.gz to save github space.

After compressing, the binary size shrinks from 51.9 MB to 18.6MB.