slackbuilds/libraries/hyperscan
Ebben Aries 87c59236fc libraries/hyperscan: Updated for version 5.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-06-09 09:45:21 +07:00
..
README
hyperscan.SlackBuild libraries/hyperscan: Updated for version 5.1.1. 2019-06-09 09:45:21 +07:00
hyperscan.info libraries/hyperscan: Updated for version 5.1.1. 2019-06-09 09:45:21 +07:00
slack-desc libraries/hyperscan: Updated for version 5.1.0. 2019-04-05 07:38:25 +07:00

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.