Module pattern_matcher

Expand description

Pattern Pre-compilation for Efficient Message Routing

Provides optimized pattern matching by pre-compiling topic patterns into efficient matchers that avoid runtime parsing overhead.

Structs§

CompiledPattern
Pre-compiled pattern for efficient matching
PatternMatcher
Pattern matcher that pre-compiles all patterns for efficient matching

Enums§

PatternSegment
Pre-compiled pattern segment for efficient matching