You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(l1): improve rebuilding speed during snap sync (lambdaclass#2447)
**Motivation**
After recent changes in main, rebuilding now takes a lot longer than
state sync. This PR aims to mitigate this hit by introducing other
performance upgrades
<!-- Why does this pull request exist? What are its goals? -->
**Description**
* Increase parallelism when rebuilding storages
* Reduce intermediate hashing when rebuilding state tries
<!-- A clear and concise general description of the changes this PR
introduces -->
These changes have increased storage rebuild speed to around the same as
before the changes to store, and has reduced time estimates for state
rebuild, but doesn't manage to make the state rebuild keep up with the
state sync. These changes have not affected state sync speed
<!-- Link to issues: Resolveslambdaclass#111, Resolveslambdaclass#222 -->
Closes #issue_number
0 commit comments