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

Strongly typed trie keys #8998

Open
Tracked by #8997
Longarithm opened this issue May 2, 2023 · 0 comments
Open
Tracked by #8997

Strongly typed trie keys #8998

Longarithm opened this issue May 2, 2023 · 0 comments
Labels
A-storage Area: storage and databases C-housekeeping Category: Refactoring, cleanups, code quality T-core Team: issues relevant to the core team

Comments

@Longarithm
Copy link
Member

It is absolutely unclear in some places of the code whether trie key is represented by bytes or nibbles, because we use Vec<u8> in many places. We may consider using TrieKey in the first case and NibbleSlice in the second one, or something else.

@Longarithm Longarithm added C-housekeeping Category: Refactoring, cleanups, code quality A-storage Area: storage and databases T-core Team: issues relevant to the core team labels May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-storage Area: storage and databases C-housekeeping Category: Refactoring, cleanups, code quality T-core Team: issues relevant to the core team
Projects
None yet
Development

No branches or pull requests

1 participant