awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesCompile-Time

Utilities for validating and parsing text data by shifting logic into the compiler.

Distinct from Static Analysis Tools: Distinct from general static analysis tools: focuses on compile-time parsing and validation of text data, not general code linting.

Explore 2 awesome GitHub repositories matching development tools & productivity · Compile-Time. Refine with filters or upvote what's useful.

Awesome Compile-Time GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • hanickadot/compile-time-regular-expressionsالصورة الرمزية لـ hanickadot

    hanickadot/compile-time-regular-expressions

    3,814عرض على 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

    Validates and parses text data within strictly typed environments by shifting parsing logic into the compiler.

    C++
    عرض على GitHub↗3,814
  • unicode-org/icuالصورة الرمزية لـ unicode-org

    unicode-org/icu

    3,531عرض على GitHub↗

    ICU is a C++ and C internationalization software library implementing global Unicode standards for multi-language text processing, collation, and locale-aware data formatting. It functions as a text processing toolkit for transforming, searching, and normalizing character strings across various scripts and language encodings, while handling character sets according to the Unicode Character Database. Operating system differences are hidden behind a consistent internal hardware layer that handles memory allocation and character encoding uniformly. The system passes strings through canonical de

    Eliminates external file loading overhead by compiling character property tables and translation datasets directly into static binary arrays.

    C++c-plus-pluscppi18n
    عرض على GitHub↗3,531
  1. Home
  2. Development Tools & Productivity
  3. Static Analysis Tools
  4. Compile-Time

استكشف الوسوم الفرعية

  • Static Binary Data ArraysCompiling character property tables and translation datasets directly into static binary arrays. **Distinct from Compile-Time:** Distinct from Compile-Time: focuses on embedding large datasets directly into static binary arrays rather than validating text logic in the compiler.