SafeRE
Notes on building a production-grade, linear-time regex engine using agents.
-
SafeRE: Building a production-quality regex library with agents
Building a production-quality, linear-time regular expression library for Java with agents.
-
Adding UTF-8 byte array support to SafeRE
How SafeRE added fast regex support for UTF-8 byte arrays without converting them to Java strings.