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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: