Skip to content

should consider flattening the recursion of keysForTree  #11

Open
@stefanpenner

Description

@stefanpenner

As JS doesn't have tail optimizations, recursion is costly. The cost of the stack depth introduced by recursion amplifies the GC cost.

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