Commit 23874cfcd5a53e9738872865a1cf8683a9cf302e

Enji Cooper 2020-03-26T21:02:13

Precompile regular expressions This change boost performance at scale by pre-compiling regular expressions in the global space, then reusing them many times within functions. This (while not the desired intent of the author) will boost performance when parsing input. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>