You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: pre-compile regex in RegexMatch using cached compilation (#1721)
RegexMatch() called regexp.MatchString() which recompiles the pattern on
every invocation. Use the existing mustCompileOrGet() cache instead.
Ref #1690
Co-authored-by: tengtian <tengtianmoemoe@gamil,com>