Skip to content

Implement hash trie or any similar data structure for states in the Planner #27

@luxkun

Description

@luxkun

Currently we are doing a deep copy of the state between each node.
This is very expensive and non-optimal.

Since the state rarely change between nodes (usually only 1-2 values do), we should implement a data structure that can handle this correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions