awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • gobwas/globAvatar gobwas

    gobwas/glob

    1,020Vezi pe 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
    Vezi pe GitHub↗1,020
  1. Home
  2. Software Engineering & Architecture
  3. Zero-Allocation Architectures
  4. Path Matchers