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

Optimize AccessList handling #310

Open
thaarok opened this issue Jan 19, 2023 · 1 comment
Open

Optimize AccessList handling #310

thaarok opened this issue Jan 19, 2023 · 1 comment

Comments

@thaarok
Copy link

thaarok commented Jan 19, 2023

Operations on access list in StateDB consume significant tx processing time:
tmp
https://docs.google.com/spreadsheets/d/12RgEZ_9vrjwHULddcnH65GG2AwiT3IQlQ1uWSCgVyro/

@thaarok
Copy link
Author

thaarok commented Jan 23, 2023

I have done experiment with replacing go native maps with FastMap - it improves the performance, but only by 14-17%

image

FastMap also brings performance improvement for accessedSlots, but already not for accessedAddresses.

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

1 participant