awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesCompile-Time Regular Expression Execution

Evaluating pattern matches against strings during the compilation process.

Distinct from Regular Expression Validations: Distinct from regular expression validations: focuses on the execution of the regex engine at compile time, not just validation rules.

Explore 1 awesome GitHub repository matching software engineering & architecture · Compile-Time Regular Expression Execution. Refine with filters or upvote what's useful.

Awesome Compile-Time Regular Expression Execution GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • hanickadot/compile-time-regular-expressionsAvatar hanickadot

    hanickadot/compile-time-regular-expressions

    3,814Vezi pe GitHub↗

    This library is a header-only C++ framework that performs regular expression evaluation and static string analysis during the compilation phase. By leveraging template metaprogramming and constant expression evaluation, it transforms pattern matching logic into static state machines, effectively shifting the cost of parsing and validation from runtime to build time. The project distinguishes itself by encoding text data directly into the type system, allowing for the validation and extraction of string content before a program ever executes. This approach ensures that regular expression patte

    Evaluates pattern matches against strings during the compilation process to validate or transform data before execution begins.

    C++
    Vezi pe GitHub↗3,814
  1. Home
  2. Software Engineering & Architecture
  3. Regular Expression Validations
  4. Compile-Time Regular Expression Execution