hyperscan: new package for speeding up regex ops
authorJohn Audia <therealgraysky@proton.me>
Sat, 1 Jul 2023 09:41:41 +0000 (05:41 -0400)
committerTianling Shen <cnsztl@gmail.com>
Tue, 27 Feb 2024 05:25:43 +0000 (13:25 +0800)
commitf589b58808cbc059d144512814a2bf888d081fcf
tree72e4c7eb2ccce38351a827210716a5fc1ee455b3
parentc9dff69de2db1f3f3a90f26d4826c859c387198c
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>
(cherry picked from commit 1db5c5461778223c661ae9206f3c5d6929081b84)
libs/hyperscan/Makefile [new file with mode: 0644]