Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PersistentSlabStorage cache and deltas optimization #421

Open
bluesign opened this issue Jun 24, 2024 · 1 comment
Open

PersistentSlabStorage cache and deltas optimization #421

bluesign opened this issue Jun 24, 2024 · 1 comment
Assignees

Comments

@bluesign
Copy link

bluesign commented Jun 24, 2024

Issue To Be Solved

I think PersistentSlabStorage cache and deltas can use map[uint64][uint64]Slab and can avoid extra hashing on cpu level. Especially for migration, this can be a speed up, as we have only 2 address options. ( zero and migrated address) and big accounts has a lot of Slabs.

Reference discord thread: https://discord.com/channels/613813861610684416/1108479699732152503/1254739545140891658

@fxamacker
Copy link
Member

Hi @bluesign Thanks! This looks interesting!

I'll take a look after wrapping up diff-states comparisons. Currently focused on correctness before resuming optimizations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants