Skip to content

Extractor scaling issue #8

@mkazin

Description

@mkazin

As the number of extractors (and readers) grows, the mean time to process a single document will increase due to needing to perform an increasing number of matcth() tests.

Since match() is currently implemented with simple string compares, this is a very low priority task.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions