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
..
2026-04-23 11:47:50 -07:00
2026-04-23 11:47:50 -07:00
2024-10-11 12:34:25 -07:00
2025-12-21 15:33:54 +01:00