The vectorscan package
Find a file
2026-07-17 08:26:37 +00:00
.gitignore Update to upstream 5.4.12, drop patches except for doc/build ones 2025-07-28 19:29:17 -05:00
0001-update-python-sphinx-to-use-non-deprecated-api.patch Update to upstream 5.4.12, drop patches except for doc/build ones 2025-07-28 19:29:17 -05:00
README.md Initial import (fedora#2263601). 2024-06-04 10:59:39 -05:00
sources Update to upstream 5.4.12, drop patches except for doc/build ones 2025-07-28 19:29:17 -05:00
vectorscan.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:26:37 +00:00

vectorscan

Vectorscan is a fork of Intel's Hyperscan, modified to run on more platforms. 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.