spiegel_podman/pkg/systemd
Vishnu Kothakapu e3797d95b1 Performance: Use delayed regex compilation
Replaces regexp.MustCompile with regexp.Delayed from go.podman.io/storage/pkg/regexp
for global regular expressions. This avoids compiling regular expressions
during the global init scope, improving startup performance for all commands.

Tests are kept using regexp.MustCompile where applicable.

Fixes: #29510
Signed-off-by: Vishnu Kothakapu <vishnukothakapu27@gmail.com>
2026-08-14 21:14:17 +05:30
..
define generate systemd: handle --restart 2021-09-07 13:58:11 +02:00
generate RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
notifyproxy RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
parser systemd: fix negative number conversion 2026-06-25 18:33:10 +03:00
quadlet Performance: Use delayed regex compilation 2026-08-14 21:14:17 +05:30
activation.go pkg/systemd: don't require LISTEN_FDNAMES for socket activation 2021-06-24 09:01:39 -06:00
activation_test.go update golangci-lint to 1.60.1 2024-08-19 11:41:28 +02:00
dbus.go chore: fix some comments to improve readability 2026-07-19 22:18:33 +08:00