Closed oyvindronningstad closed 1 year ago
Instead of calling with the raw pattern every time, make a cache of compiled regexes that just returns the precompiled regex on subsequent calls.
This speeds up execution.
Instead of calling with the raw pattern every time, make a cache of compiled regexes that just returns the precompiled regex on subsequent calls.
This speeds up execution.