awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesCompile-Time Substring Extraction

Retrieving segments of matched text during compilation for use in constant expressions.

Distinct from Substring Extraction Methods: Distinct from general substring extraction: focuses on compile-time retrieval for use in constant expressions, not runtime string manipulation.

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

Awesome Compile-Time Substring Extraction GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • hanickadot/compile-time-regular-expressionsAvatar von hanickadot

    hanickadot/compile-time-regular-expressions

    3,814Auf GitHub ansehen↗

    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

    Enables retrieving specific segments of matched text during compilation to use those values within constant expressions or template logic.

    C++
    Auf GitHub ansehen↗3,814
  1. Home
  2. Software Engineering & Architecture
  3. String Processing Algorithms
  4. Substring Length Metrics
  5. Substring Extraction Methods
  6. Compile-Time Substring Extraction