slackbuilds/libraries/hyperscan
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
build_wrapper.sh.patch Upgrade hyperscan slackbuild to 5.4.0 2021-05-26 00:12:53 +07:00
hyperscan.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
hyperscan.info Upgrade hyperscan slackbuild to 5.4.0 2021-05-26 00:12:53 +07:00
slack-desc

README

hyperscan (A high-performance multiple regex matching library)

Hyperscan is a high-performance multiple regex matching library. It
follows the regular expression syntax of the commonly-used PCRE library,
yet functions as a standalone library with its own API written in C.

Hyperscan uses hybrid automata techniques to allow simultaneous matching
of large numbers (up to tens of thousands) of regular expressions, as
well as matching of regular expressions across streams of data.