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§
- Bitmask
Matcher - Bitmask-based pattern matcher for high-performance matching
- Cache
Statistics - Cache statistics for the pattern matcher
- Optimized
Compiled Pattern - Optimized compiled pattern with memoization support
- Optimized
Pattern Matcher - Optimized pattern matcher with memoization and BFS
- Pattern
Config - Pattern matching configuration
- Pattern
Matcher - Pattern matcher that pre-compiles all patterns for efficient matching