risechain / pevm

Blazingly fast Parallel EVM
MIT License
236 stars 47 forks source link

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

Closed byhashdong closed 1 month ago

byhashdong commented 2 months 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.