Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 515 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 515 Bytes

hyperscan-cpp-wrapper

Build Status

A c++ wrapper for intel hyperscan regex library

Goals

The main goals are to provide better resource management and familiar C++ interface to the functionality

Building

Use cmake to build. After cloning change to the source directory and run

mkdir -p build && cd build && cmake ../ && make -j

Running Test(s)

From repo root run

./build/hs-cpp.t.tsk