We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TrieDB
TrieDb
TrieCache
cache.TrieCache
The text was updated successfully, but these errors were encountered:
NewValueFromEncoded
timwu20
Successfully merging a pull request may close this issue.
Issue summary
TrieDb
they define aTrieCache
that caches the in memory instantiated types for each node.cache.TrieCache
interface only caches the bytes retrieved from storage and will require decoding into the Go node types.TrieDB
to adopt the same node level caching strategy to achieve similar performance.TrieCache
interface is actually done in substrate. Integration of the newTrieCache
interface intoTrieDB
will be required.Other information and links
The text was updated successfully, but these errors were encountered: