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)
commit1db5c5461778223c661ae9206f3c5d6929081b84
tree055afcf69be2f2ec43877299cb3a23247594030f
parent02744e30bcdef77f5154e81d0e72dc04282153c8
hyperscan: new package for speeding up regex ops

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>
libs/hyperscan/Makefile [new file with mode: 0644]