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

Make SharedTrieCache/LocalTrieCache work with entire state in memory #7534

Open
alexggh opened this issue Feb 11, 2025 · 0 comments
Open

Make SharedTrieCache/LocalTrieCache work with entire state in memory #7534

alexggh opened this issue Feb 11, 2025 · 0 comments
Assignees

Comments

@alexggh
Copy link
Contributor

alexggh commented Feb 11, 2025

Trie cache(SharedTrieCache and LocalTrieCache) needs to be extended and fixed to work with the assumption that the entire state will find its way into the SharedTrieCache. For that we need to:

  • Improve the LocalTrieCache, to get rid of all the hardcodings regarding its size.
  • Find a solution to safely allow it to write-back everything back SharedTrieCache(Currently, this is done on Drop and it is limited to a fixed number of keys)
@alexggh alexggh changed the title Make SharedTrieCache/LocalTrieCache work with entire state in them Make SharedTrieCache/LocalTrieCache work with entire state in memory Feb 11, 2025
@alexggh alexggh self-assigned this Feb 11, 2025
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