cui 922470c995
proc: compile hit-condition regexp once (#4335)
parseHitCondition rebuilt the same regexp from a MustCompile literal on
every call. Move hitConditionRegex to package scope so the pattern is
compiled once at initialization while keeping parseHitCondition behavior
unchanged.
2026-05-04 13:13:02 -07:00
..
2025-12-21 15:33:54 +01:00
2026-04-27 14:23:42 -07:00