Skip to content

Fix performance bottleneck in cmp_canonical_path_prefix #87

@ilumsden

Description

@ilumsden

While evaluating DYAD with the workflow benchmark, we found that cmp_canonical_path_prefix had a surprisingly large cost in terms of time. Some fixes, as suggested by @hariharan-devarajan, are:

  1. Remove the use of realpath
  2. Switch to a prefix tree-based algorithm for path comparison

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