mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
3716bd9db2
It sped up this function x10 times(because of not using Ssprintf). It was one of two major performance drawbacks in docker, because we're parsing this file pretty often. Signed-off-by: Alexander Morozov <lk4d4@docker.com>