diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-12-09 18:28:42 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-12-09 18:28:42 +0100 |
| commit | 2910a89d6c59b997a3896f05c6ad7fb65c26f813 (patch) | |
| tree | 3d3edebdf32b0c972e8449b82be2c10742395d6c /private/hyperscan/README | |
| parent | be64bc6dbb9d0f717f7cbdd83d9371de979d4c63 (diff) | |
| download | slackbuilder-2910a89d6c59b997a3896f05c6ad7fb65c26f813.tar.gz | |
Add autoupdater
Diffstat (limited to 'private/hyperscan/README')
| -rw-r--r-- | private/hyperscan/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/private/hyperscan/README b/private/hyperscan/README new file mode 100644 index 0000000..f3e2895 --- /dev/null +++ b/private/hyperscan/README @@ -0,0 +1,9 @@ +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. |
