containerd/oci
Sebastiaan van Stijn 06765c9ef5
oci: replace some fmt.Sprintfs with strconv
Teeny-tiny optimizations:

    BenchmarkSprintf-10       37735996    32.31  ns/op  0 B/op  0 allocs/op
    BenchmarkItoa-10         591945836     2.031 ns/op  0 B/op  0 allocs/op
    BenchmarkFormatUint-10   593701444     2.014 ns/op  0 B/op  0 allocs/op

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-08-23 10:10:59 +02:00
..
client.go Licence header added 2018-02-19 10:32:26 +09:00
mounts_freebsd.go oci: appendOSMounts(): remove unused error, and move 2022-12-27 10:23:26 +01:00
mounts.go oci: appendOSMounts(): remove unused error, and move 2022-12-27 10:23:26 +01:00
spec_opts_linux_test.go oci: fix additional GIDs 2023-02-10 15:53:00 +09:00
spec_opts_linux.go Make OCI spec opts available on all platforms 2023-01-11 13:03:58 -08:00
spec_opts_nonlinux.go Make OCI spec opts available on all platforms 2023-01-11 13:03:58 -08:00
spec_opts_test.go Add basic spec and mounts for Darwin 2023-01-12 17:00:40 -08:00
spec_opts_unix_test.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
spec_opts_unix.go Make OCI spec opts available on all platforms 2023-01-11 13:03:58 -08:00
spec_opts_windows_test.go Updates oci image config to support upstream ArgsEscaped 2022-10-11 13:29:56 -07:00
spec_opts_windows.go Add ArgsEscaped support for CRI 2023-03-03 13:38:06 -08:00
spec_opts.go oci: replace some fmt.Sprintfs with strconv 2023-08-23 10:10:59 +02:00
spec_test.go Add basic spec and mounts for Darwin 2023-01-12 17:00:40 -08:00
spec.go Uncopypaste parsing of OCI Bundle spec file 2023-07-11 14:41:15 +03:00
utils_unix_go116_test.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
utils_unix_go117_test.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
utils_unix_test.go Cleanup build constraints 2022-12-08 09:36:20 -08:00
utils_unix.go Cleanup build constraints 2022-12-08 09:36:20 -08:00