Skip to content

regex #12

Description

@Rudxain

TBF, using regexes in an interpreted language (such as Bash, JS, and Perl) is not bad, because the performance of a parser in such a lang is typically the same (or worse) than a pre-compiled regex.

However, for compiled langs, the optimizer is much likely to understand simple source-code than a state-machine parser-compiler-runtime-engine. Regex should only be used if it must be dynamically generated, not when the expression is constant

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