Skip to content

Add static tree support for treevalue #68

@HansBug

Description

@HansBug

Well, though this is called "tree" as well, but I tend to treat it as another kind of data structure, like segment tree.

Its properties:

  • You can store (or called manage) something on the non-leaf nodes
  • The structure is fixed, including tree structure and max capacity of nodes

Based on this, pickle.loads and picke.dumps can be optimized because this serialization can be directly performed on the data of root node.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions