Skip to content

Performant implementation of find #339

Open
@wuweiweiwu

Description

@wuweiweiwu

related: #338

currently we use dfs and recursion to traverse the tree, which can be extremely un-performant.

explore other options such as bfs with a queue.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions