1 مستودع
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.
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.