3
TRANSFORM THE NETWORK
PCRE (Perl Compatible Regular Expressions)
Slower
Only block mode supported
Compile 1 regex at a time
Run same input data multi times for multi regexes
Hyperscan
Faster
Both block and streaming mode supported
Compile multi regexes at a time
Run same input data only once for multi regexes
PCRE vs Hyperscan
相关文档
评论