Yet another high-performance C++ regular expression (RE) library and a lexical analyzer generator like Flex
What's new?
- faster
Matcher::find()with new and expanded predict-match PM3+PM5 methods to replace PM4 - updated FSM code generation to support the expanded prediction tables now stored in compressed form as a hex string when reflex option
findis used withfastorfullto generate a pre-compiled search engine