The vectorscan package
Find a file
Jeremy Linton 8b3e160ada Fix removal of i686 build patches
Signed-off-by: Jeremy Linton <jlinton@redhat.com>
2025-07-30 17:29:09 -05: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 Fix removal of i686 build patches 2025-07-30 17:29:09 -05: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.