Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Perf issue: criteria called twice per file #46

@springmeyer

Description

@springmeyer

Noticing that for one file and one processor the processors criteria method is called twice. Because the criteria method may need to open a file, and some files are big, a speedup could be had by only doing this work once.

It looks like the double call is happening because applicable calls criteria and applicable is called in two places:

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