awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • gobwas/globAvatar von gobwas

    gobwas/glob

    1,020Auf GitHub ansehen↗

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