Module pattern_engine

Source
Expand description

§Pattern Engine Module

Ultra-fast multi-pattern matching using Aho-Corasick algorithm and compiled regex sets.

Structs§

CompiledPattern
A compiled pattern for ultra-fast matching
PatternEngine
High-performance pattern matching engine
PatternMatch
Pattern match result