risechain / pevm

Blazingly fast Parallel EVM
MIT License
199 stars 31 forks source link

`data`: better binary formats to save disk #322

Open hai-rise opened 4 weeks ago

hai-rise commented 4 weeks ago

GitHub is already complaining about data/bytecodes.bincode being over 50MB.

byhashdong commented 2 days ago

How about saving as compressed bincode?

hai-rise commented 2 days ago

@byhashdong I don't have a strong preference here, but adding a dev dependency to (de)compress data/bytecodes.bincode does sound like a good step 🙏.

byhashdong commented 2 days ago

OK, I will take this one.

hai-rise commented 2 days ago

@byhashdong That would be awesome, thank you!

byhashdong commented 20 hours ago

@hai-rise I have already submitted the PR(#365), Can you help have a review? Thanks!