mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00

The user is only reading the config, so creating a copy turns out to be extremely expensive. With this change, listing containers is 1.39 times faster than before. [NO NEW TESTS NEEDED] as it is not a functional change. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>