almondtools / rexlex

Regular Expressions and Lexing with DFAs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Faster Regex-Matching

almondtools opened this issue · comments

According to this stackoverflow-posting a deterministic regex can be faster than a handcoded check.

Check whether we can provide such a fast matcher, too.