thegeorg 0c60168208 Mandate string normalization in yamaker import specs | 1 month ago | |
---|---|---|
.. | ||
.yandex_meta | 0c60168208 Mandate string normalization in yamaker import specs | 1 month ago |
include | 5b283123c8 Restoring authorship annotation for Ivan Blinkov <ivan@blinkov.ru>. Commit 2 of 2. | 3 years ago |
patches | 9731d8a4bb publishFullContrib: true for ydb | 3 months ago |
runtime_avx2 | 9731d8a4bb publishFullContrib: true for ydb | 3 months ago |
runtime_avx512 | 67b62bf7ad Intermediate changes | 2 months ago |
runtime_core2 | 9731d8a4bb publishFullContrib: true for ydb | 3 months ago |
runtime_corei7 | 9731d8a4bb publishFullContrib: true for ydb | 3 months ago |
src | 5ae8a1d5a3 Upd libc++ to 95a2527261443729a398e16bc7dc6dd325fc2691 (29 Mar 2022) | 1 year ago |
CHANGELOG.md | 47b2ba3123 Update contrib/libs/hyperscan to 5.4.2 | 1 year ago |
COPYING | c74559fb88 Restoring authorship annotation for <bnagaev@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
LICENSE | c74559fb88 Restoring authorship annotation for <bnagaev@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
README.md | c74559fb88 Restoring authorship annotation for <bnagaev@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
config-linux.h | 47b2ba3123 Update contrib/libs/hyperscan to 5.4.2 | 1 year ago |
config-win.h | 49116032d9 Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
config.h | 49116032d9 Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2. | 3 years ago |
hs_version.h | 47b2ba3123 Update contrib/libs/hyperscan to 5.4.2 | 1 year ago |
ya.make | 47b2ba3123 Update contrib/libs/hyperscan to 5.4.2 | 1 year ago |
Hyperscan is a high-performance multiple regex matching library. It follows the regular expression syntax of the commonly-used libpcre library, but is a standalone library with its own C API.
Hyperscan uses hybrid automata techniques to allow simultaneous matching of large numbers (up to tens of thousands) of regular expressions and for the matching of regular expressions across streams of data.
Hyperscan is typically used in a DPI library stack.
Information on building the Hyperscan library and using its API is available in the Developer Reference Guide.
Hyperscan is licensed under the BSD License. See the LICENSE file in the project repository.
The master
branch on Github will always contain the most recent release of
Hyperscan. Each version released to master
goes through QA and testing before
it is released; if you're a user, rather than a developer, this is the version
you should be using.
Further development towards the next release takes place on the develop
branch.
The official homepage for Hyperscan is at www.hyperscan.io.
If you have questions or comments, we encourage you to join the mailing list. Bugs can be filed by sending email to the list, or by creating an issue on Github.
If you wish to contact the Hyperscan team at Intel directly, without posting publicly to the mailing list, send email to hyperscan@intel.com.