Module patterns

Expand description

Pattern matching implementations for topic routing

Modules§

bitmask_matcher
Bitmask-based Pattern Matching for High-Performance Wildcard Matching
optimized_pattern_matcher
Optimized Pattern Matcher with Iterative BFS and Memoization
pattern_config
Pattern matching configuration
pattern_matcher
Pattern Pre-compilation for Efficient Message Routing

Structs§

BitmaskMatcher
Bitmask-based pattern matcher for high-performance matching
CacheStatistics
Cache statistics for the pattern matcher
OptimizedCompiledPattern
Optimized compiled pattern with memoization support
OptimizedPatternMatcher
Optimized pattern matcher with memoization and BFS
PatternConfig
Pattern matching configuration
PatternMatcher
Pattern matcher that pre-compiles all patterns for efficient matching