summaryrefslogtreecommitdiff
path: root/private/hyperscan/README
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2022-02-08 09:46:52 +0100
committerEugen Wissner <belka@caraus.de>2022-02-08 09:46:52 +0100
commit0eb60aad4d8c1a30c25f272207c836d835a91864 (patch)
tree7fb9199bb0b7a064ee9d0ffdface14613184c61b /private/hyperscan/README
parente10c7566c329e05df2b7e7ca89e6a547ff813421 (diff)
downloadslackbuilder-0eb60aad4d8c1a30c25f272207c836d835a91864.tar.gz
hyperscan: Removed
Diffstat (limited to 'private/hyperscan/README')
-rw-r--r--private/hyperscan/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/private/hyperscan/README b/private/hyperscan/README
deleted file mode 100644
index f3e2895..0000000
--- a/private/hyperscan/README
+++ /dev/null
@@ -1,9 +0,0 @@
-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.