-
Notifications
You must be signed in to change notification settings - Fork 177
Reimplement ClaimTrie as Patricia Trie #106
Copy link
Copy link
Closed
Labels
hard forklevel: 4Intimate knowledge of the existing code is recommendedIntimate knowledge of the existing code is recommendedtype: improvementExisting (or partially existing) functionality needs to be changedExisting (or partially existing) functionality needs to be changed
Description
Our Claimtrie is inefficient because it must store lots of empty nodes when storing a long name. The solution is to use this: https://github.com/ethereum/wiki/wiki/Patricia-Tree
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
hard forklevel: 4Intimate knowledge of the existing code is recommendedIntimate knowledge of the existing code is recommendedtype: improvementExisting (or partially existing) functionality needs to be changedExisting (or partially existing) functionality needs to be changed