spiegel_podman/pkg/annotations
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
..
annotations.go Removing CRI-O related annotations 2024-03-12 14:56:06 +01:00
validate.go Performance: Use delayed regex compilation 2026-08-14 21:14:17 +05:30
validate_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00