Skip to content

Improve the Regex compilation #5

@tdipisa

Description

@tdipisa

The request checker compiles the regex every time, if there are many requests in parallel comes out a fair overhead.

Better if we compile the regex config during parsing (see also well been a mistake in the syntax of regex) and returns a list Pattern instead of strings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions