Hong, Yang A 0bf86a7c15 scratch: remove quick validity check
Roll back fix for github issue #350

About Scratch Usage:
For compile time, scratch space is strongly recommended to be
allocated immediately after database generation.
For runtime, besides using scratch for corresponding database,
Hyperscan also allows user to use larger scratch space allocated
for another database.
When multiple concurrent threads need to use the same databases
and a new scratch space is required, cloning the largest one is
always safe. This is realized based on API hs_scratch_size() and
hs_clone_scratch().
Behaviors beyond above are discouraged and results are undefined.
2023-03-06 08:20:05 +00:00
2023-02-15 05:51:00 +00:00
2023-03-06 08:20:05 +00:00
2023-02-15 05:49:59 +00:00
2023-02-15 05:51:00 +00:00
2023-02-15 05:49:59 +00:00
2015-10-20 09:13:35 +11:00
2018-01-19 06:48:56 -05:00
2023-02-21 22:57:45 +00:00
2015-10-20 09:13:35 +11:00
2019-08-13 14:52:38 +08:00
2019-08-13 14:52:38 +08:00
2015-10-20 09:13:35 +11:00

Hyperscan

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.

Documentation

Information on building the Hyperscan library and using its API is available in the Developer Reference Guide.

License

Hyperscan is licensed under the BSD License. See the LICENSE file in the project repository.

Versioning

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.

Get Involved

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.

Description
A portable fork of the high-performance regular expression matching library
Readme Multiple Licenses 29 MiB
Languages
C++ 76.7%
C 21.1%
Ragel 1%
CMake 0.9%
Python 0.3%