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

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

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

1 مستودع

Awesome GitHub RepositoriesPath Matchers

Zero-allocation matching techniques tailored for file paths and strings.

Distinct from Zero-Allocation Architectures: Distinct from general zero-allocation architectures: specifically focuses on garbage-free path and string validation checks.

Explore 1 awesome GitHub repository matching software engineering & architecture · Path Matchers. Refine with filters or upvote what's useful.

Awesome Path Matchers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • gobwas/globالصورة الرمزية لـ gobwas

    gobwas/glob

    1,020عرض على GitHub↗

    Glob is a pattern matching library for Go that compiles wildcard strings and file paths into optimized matchers for high-throughput string validation and filtering. It evaluates text and file paths against character sets, ranges, and alternatives to determine if candidate inputs fit specific criteria. The library parses raw glob strings into structured syntax nodes before translating them into bytecode instruction sequences upfront. This compilation process enables finite state machine evaluations and zero-allocation path matching during runtime execution, preventing garbage collection press

    Executes string validations without allocating heap memory to prevent garbage collection pressure during high-frequency checks.

    Goglobgolangpattern
    عرض على GitHub↗1,020
  1. Home
  2. Software Engineering & Architecture
  3. Zero-Allocation Architectures
  4. Path Matchers