Skip to content

Tree implementations that support extracting internal nodes and selector suffixes #17

Closed
@i-norden

Description

@i-norden

Related to #16. We need to extract internal nodes (HAMT and AMT nodes that do not contain a value, only a reference to a child node). The existing tree implementations (HAMT, AMT) have ForEach (iteration) methods that only trigger callbacks on leaf nodes. Additionally, we want our tree implementations to allow us to extract the path/position context while performing these traversals in order to extract the selector suffixes all leaf nodes.

We also need these tree implementations to support concurrent iteration of the trees.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions