hyperscan: new package for speeding up regex ops
authorJohn Audia <therealgraysky@proton.me>
Sat, 1 Jul 2023 09:41:41 +0000 (05:41 -0400)
committerRosen Penev <rosenp@gmail.com>
Tue, 19 Dec 2023 23:05:00 +0000 (15:05 -0800)
Hyperscan is a high performance regular expression matching
library from Intel that runs on x86 platforms and offers
support for Perl Compatible Regular Expressions (PCRE) syntax,
simultaneous matching of groups of regular expressions, and
streaming operations.

This has utility in speeding up snort3.

Signed-off-by: John Audia <therealgraysky@proton.me>

No differences found