almondtools/rexlex

Faster Regex-Matching

almondtools opened this issue · 0 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.