Skip to content

Prevent re-encoding of trie node values #2688

@Arkenan

Description

@Arkenan

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

No one assigned

    Labels

    merkleizationSection of performance which requires updating the trie to get the new state rootperformance

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions