rrthomas / lrexlib

A Lua (5.1 and later) binding of various regex library APIs (POSIX, PCRE, PCRE2, GNU, Oniguruma and TRE)
Other
158 stars 29 forks source link

Feature request: support Intel Hyperscan #29

Open data-man opened 7 years ago

data-man commented 7 years ago

Hi, Reuben & Shmuel! Thanks for awesome library!

Would be great if the lrexlib will support the Hyperscan library.

shmuz commented 7 years ago

Thanks for your suggestion. It may happen but not very soon.

data-man commented 7 years ago

For Lua, there is already a binding to Hyperscan: luahs Maybe this will speed things up a bit. :-) I just like that lrexlib has a unified syntax for all supported libraries.