diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-11-30 08:59:27 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-11-30 08:59:27 +0100 |
| commit | c684e04e112094a439d67faec095d428f8fda822 (patch) | |
| tree | e546fa45441075707338b914ac19e11150a69ded /hyperscan/README | |
| parent | 8ab541fb7481e15269070d8ff8bba954f4cb7f38 (diff) | |
| download | slackbuilder-c684e04e112094a439d67faec095d428f8fda822.tar.gz | |
hyperscan: Added
Diffstat (limited to 'hyperscan/README')
| -rw-r--r-- | hyperscan/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hyperscan/README b/hyperscan/README new file mode 100644 index 0000000..f3e2895 --- /dev/null +++ b/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. |
