High-performance regular expression matching library for pattern searching
High-performance regular expression matching library
hs_compilehs_scan$ hs_compile -p 'pattern' -o database.hsdb$ hs_scan -d database.hsdb -i input.txt$ gcc -o matcher matcher.c $(pkg-config --cflags --libs libhs)