Skip to content

get_list_of_paths is slow #79

Description

@loichuder

It is almost 10 times slower than a simple visit function that appends paths to a list (see this gist that does a comparison on the bamboo file).

This is probably due to the double access to the file at each entry to resolve links properly (one access to get the link, a second to resolve it).

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