The vectorscan package
Find a file
2025-01-19 14:15:34 +00:00
.gitignore Initial import (fedora#2263601). 2024-06-04 10:59:39 -05:00
0001-Change-PPC-default-to-power8.patch Initial import (fedora#2263601). 2024-06-04 10:59:39 -05:00
0001-documentation-Add-cmake-option-to-build-man-pages.patch Initial import (fedora#2263601). 2024-06-04 10:59:39 -05:00
README.md Initial import (fedora#2263601). 2024-06-04 10:59:39 -05:00
sources Initial import (fedora#2263601). 2024-06-04 10:59:39 -05:00
vectorscan.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 14:15:34 +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.