https://github.com/intel/hyperscan
High-performance regular expression matching library
https://github.com/intel/hyperscan
regex
Last synced: 7 months ago
JSON representation
High-performance regular expression matching library
- Host: GitHub
- URL: https://github.com/intel/hyperscan
- Owner: intel
- License: other
- Created: 2015-09-21T21:58:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T21:55:10.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:33:34.623Z (about 1 year ago)
- Topics: regex
- Language: C++
- Homepage: https://www.hyperscan.io
- Size: 6.64 MB
- Stars: 4,817
- Watchers: 184
- Forks: 719
- Open Issues: 183
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
- fucking-awesome-cpp - Hyperscan - Hyperscan is a high-performance multiple regex matching library by Intel. Provides simultaneous matching of large numbers of regexps (up to tens of thousands). Typically used in a DPI library stack. [BSD] (Regular Expression)
- awesome-simd - Hyperscan - C++: High-performance regular expression matching library (Parsing)
- awesome-audio-plugin-framework - hyperscan
- awesome-cpp-cn - Hyperscan
- my-awesome - intel/hyperscan - 04 star:5.2k fork:0.8k High-performance regular expression matching library (C++)
- awesome-list - hyperscan - performance regular expression matching library | intel | 3264 | (C++)
- jimsghstars - intel/hyperscan - High-performance regular expression matching library (C++)
- stars - intel/hyperscan - High-performance regular expression matching library (C++)
- awesome-cpp - Hyperscan - Hyperscan is a high-performance multiple regex matching library by Intel. Provides simultaneous matching of large numbers of regexps (up to tens of thousands). Typically used in a DPI library stack. [BSD] (Regular Expression)
- awesome-regex - Hyperscan - Intel's high-performance library, used for [DPI](https://en.wikipedia.org/wiki/Deep_packet_inspection). (Regex engines / Source code)
README
# 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](http://intel.github.io/hyperscan/dev-reference/).
# 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](https://www.hyperscan.io).
If you have questions or comments, we encourage you to [join the mailing
list](https://lists.01.org/mailman/listinfo/hyperscan). 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](mailto:hyperscan@intel.com).