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

[Feature]: cache sender account #566

Open
yihuang opened this issue Jul 15, 2024 · 0 comments
Open

[Feature]: cache sender account #566

yihuang opened this issue Jul 15, 2024 · 0 comments
Assignees

Comments

@yihuang
Copy link
Collaborator

yihuang commented Jul 15, 2024

Summary

we only cache bytes but the decoding part on the same account is still wasted. it's not easy to do generic cache in current code base, but easy to do a special case for the tx sender account, which is the most significant one.

Problem Definition

Avoid redundant decoding on the same account.

Proposed Feature

cache the tx sender account in the object store.

@yihuang yihuang self-assigned this Jul 15, 2024
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