spiegel_podman/cmd/podman/machine
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
..
os Merge pull request #29086 from Luap99/machine-upgrade 2026-07-02 17:18:00 +02:00
client9p.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
cp.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
info.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
init.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
inspect.go inspect: use per-machine provider for GetMachineDirs 2026-05-25 00:10:29 +02:00
list.go Some improvements for cmd/podman 2026-06-08 20:45:23 +08:00
list_test.go Some improvements for cmd/podman 2026-06-08 20:45:23 +08:00
machine.go Performance: Use delayed regex compilation 2026-08-14 21:14:17 +05:30
machine_unix.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
machine_unsupported.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
machine_windows.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
os.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
reset.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
restart.go Add podman machine restart subcommand 2026-07-16 21:51:11 +05:30
rm.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
server9p.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
set.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
ssh.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
start.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
stop.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00