-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Labels
Description
Currently, our Nibbles type uses a Vec as underlying storage. Using a fixed-bytes array might simplify code. Now that we're moving to a path-based DB implementation, this will be important since we use paths for node indexing.
Apart from this, some of the methods in Nibbles are used for iterating the trie, which makes the internal nibbles implementation harder to understand or modify (see the path-based PR changes to see an example).
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo