[algorithm] linear time regular expression matcher via NFA - dsindex/blog GitHub Wiki
- C++로 구현된 linear time regular expression matcher re2
- A Beautiful Linear Time Python Regex Matcher via NFA
- Regular Expression Matching Can Be Simple And Fast
- Are Regular Expressions Fast