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§

CacheStatistics
Cache statistics for the pattern matcher
OptimizedCompiledPattern
Optimized compiled pattern with memoization support
OptimizedPatternMatcher
Optimized pattern matcher with memoization and BFS

Enums§

OptimizedPatternSegment
Optimized pattern segment for efficient matching