The textproc/hyperscan,sse4_2 port
hyperscan-5.4.2p0-sse4_2 – high-performance regular expression matching library (cvsweb github mirror)
Description
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 built for specific CPU microarchitectures - you must choose one: ssse3 (uses -march=core2, for most amd64 and clone CPUs) sse4_2 (uses -march=corei7, requires SSE4_2 and POPCNT) avx2 (uses -march=core-avx2, requires AVX2) native (uses -march=native, optimise for local machine)WWW: https://www.hyperscan.io/
Maintainer
Stuart Henderson
Only for arches
amd64
Categories
Library dependencies
Build dependencies
Test dependencies
Files
- /usr/local/bin/hsbench
- /usr/local/bin/hscheck
- /usr/local/bin/patbench
- /usr/local/bin/pcapscan
- /usr/local/bin/simplegrep
- /usr/local/include/hs/
- /usr/local/include/hs/hs.h
- /usr/local/include/hs/hs_common.h
- /usr/local/include/hs/hs_compile.h
- /usr/local/include/hs/hs_runtime.h
- /usr/local/lib/libhs.so.0.1
- /usr/local/lib/libhs_runtime.so.0.1
- /usr/local/lib/pkgconfig/libhs.pc
- /usr/local/share/examples/hyperscan/
- /usr/local/share/examples/hyperscan/README.md
- /usr/local/share/examples/hyperscan/patbench.cc
- /usr/local/share/examples/hyperscan/pcapscan.cc
- /usr/local/share/examples/hyperscan/simplegrep.c