All Projects → intel → Hyperscan

intel / Hyperscan

Licence: other
High-performance regular expression matching library

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Hyperscan

Code2HTML
JavaFX tool for converting source code to styled HTML
Stars: ✭ 26 (-99.24%)
Mutual labels:  regex
I Hate Regex
The code for iHateregex.io 😈 - The Regex Cheat Sheet
Stars: ✭ 3,176 (-7.32%)
Mutual labels:  regex
Url Regex
Regular expression for matching URLs
Stars: ✭ 286 (-91.65%)
Mutual labels:  regex
core
🌈 light, fast, and easy to use, dependencies free javascript syntax highlighter, with automatic language detection
Stars: ✭ 40 (-98.83%)
Mutual labels:  regex
truffleHog
Searches through git repositories for high entropy strings and secrets, digging deep into commit history
Stars: ✭ 6,319 (+84.39%)
Mutual labels:  regex
Re Flex
The regex-centric, fast lexical analyzer generator for C++ with full Unicode support. Faster than Flex. Accepts Flex specifications. Generates reusable source code that is easy to understand. Introduces indent/dedent anchors, lazy quantifiers, functions for lex/syntax error reporting, and more. Seamlessly integrates with Bison and other parsers.
Stars: ✭ 274 (-92%)
Mutual labels:  regex
splinter
Simple pattern-based linter 🐀
Stars: ✭ 31 (-99.1%)
Mutual labels:  regex
Attributedstring
基于Swift插值方式优雅的构建富文本, 支持点击长按事件, 支持不同类型过滤, 支持自定义视图等.
Stars: ✭ 294 (-91.42%)
Mutual labels:  regex
pcre-net
PCRE.NET - Perl Compatible Regular Expressions for .NET
Stars: ✭ 114 (-96.67%)
Mutual labels:  regex
Rex
Your RegEx companion.
Stars: ✭ 283 (-91.74%)
Mutual labels:  regex
qunit-migrate
Migrate old QUnit tests to 2.x. Uses regex and ASTs to convert old QUnit code.
Stars: ✭ 17 (-99.5%)
Mutual labels:  regex
python-hslog
Python module to parse Hearthstone Power.log files
Stars: ✭ 37 (-98.92%)
Mutual labels:  regex
Pyregex
pyregex is a Python Regular Expression Online Tester
Stars: ✭ 282 (-91.77%)
Mutual labels:  regex
zig-regex
A regex implementation for the zig programming language
Stars: ✭ 60 (-98.25%)
Mutual labels:  regex
Anymatch
‼️ Matches strings against configurable strings, globs, regular expressions, and/or functions
Stars: ✭ 289 (-91.57%)
Mutual labels:  regex
subst
Search and des... argh... replace in many files at once. Use regexp and power of Python to replace what you want.
Stars: ✭ 20 (-99.42%)
Mutual labels:  regex
Kind Of
Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!
Stars: ✭ 268 (-92.18%)
Mutual labels:  regex
Anyformatkit
Simple text formatting in Swift
Stars: ✭ 296 (-91.36%)
Mutual labels:  regex
Idiosyncratic Ruby.com
Documenting All Ruby Specialities 💎︎
Stars: ✭ 292 (-91.48%)
Mutual labels:  regex
Nomino
Batch rename utility for developers
Stars: ✭ 282 (-91.77%)
Mutual labels:  regex

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 [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].