-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Labels
merkleizationSection of performance which requires updating the trie to get the new state rootSection of performance which requires updating the trie to get the new state rootperformance
Description
Currently we represent a value as a Vec of u8. We might want to represent them as their actual value in memory, using generic tries and nodes, and only serialize them when bringing them into the db. This may prevent us from re-encoding updating a node or changing the trie structure when a node is inserted.
Metadata
Metadata
Assignees
Labels
merkleizationSection of performance which requires updating the trie to get the new state rootSection of performance which requires updating the trie to get the new state rootperformance
Type
Projects
Status
Todo