Skip to content

reflex v6.0

Latest

Choose a tag to compare

@genivia-inc genivia-inc released this 19 Jun 19:12

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 find is used with fast or full to generate a pre-compiled search engine