Module optimized_pattern_matcher
Expand description
Optimized Pattern Matcher with Iterative BFS and Memoization
Provides high-performance pattern matching by replacing recursive DFS with iterative BFS and adding memoization to avoid redundant checks.
Structs§
- 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
Enums§
- Optimized
Pattern Segment - Optimized pattern segment for efficient matching