# intel/hyperscan

High-performance regular expression matching library

Repository: https://github.com/intel/hyperscan
Canonical: https://ross.abutalabs.com/products/hyperscan
Homepage: https://www.hyperscan.io
Language: C++
License: NOASSERTION
License Family: other
Topics: regex
Last push: 2026-08-26T04:34:51+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 8, longevity 100
- inputs: {"age_days": 3999, "days_push": 7, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5475, forks 811 (observed 2026-08-28T04:09:19.647201+00:00)

## What it is
Hyperscan is a high-performance C library (written in C++) for simultaneously matching large numbers of regular expressions, using hybrid automata techniques. It follows PCRE syntax, supports stream matching, and is commonly used in deep packet inspection (DPI) stacks.

## Use cases
- match tens of thousands of regexes simultaneously
- deep packet inspection regex engine
- scan network traffic streams for patterns
- fast multi-pattern string matching in C/C++
- PCRE-compatible regex matching at high throughput
- intrusion detection signature matching

## When to choose
- you need to match many regex patterns at once with high performance
- you are building DPI, IDS/IPS, or network security tooling
- you need stream-based regex matching over data flows
- you want a C API with PCRE-like syntax

## When to avoid
- you need full PCRE feature coverage such as backreferences or complex lookarounds
- you need a simple, lightweight regex for a handful of patterns
- you want a high-level language regex without C/C++ integration

## Facets
- artifact type: library
- maturity: stable
- function: parser, search-engine, developer-tools
- domain: security, performance, networking, parsers
- platform: cpp, cross-platform, windows
- tags: regex-matching, dpi, deep-packet-inspection, simultaneous-matching, stream-matching, pcre-compatible, algorithms, linux, macos

## Member repositories
- intel/hyperscan (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:19.647201+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:56:42.999647+00:00, confidence not recorded.
  - readme: https://github.com/intel/hyperscan (fetched 2026-08-28T04:09:19.647201+00:00, sha 7e44664ceef5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
