Add autoupdater

This commit is contained in:
2020-12-09 18:28:42 +01:00
parent be64bc6dbb
commit 2910a89d6c
51 changed files with 1172 additions and 124 deletions

9
private/hyperscan/README Normal file
View File

@ -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.