containerd/snapshots/storage
Sebastiaan van Stijn 11a5dd8265
snapshots: 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
..
bolt_test.go Move testutils to pkg 2018-05-22 17:08:38 -04:00
bolt.go snapshots: replace some fmt.Sprintfs with strconv 2023-08-23 10:10:59 +02:00
metastore_bench_test.go test: use T.TempDir to create temporary test directory 2022-03-15 14:03:50 +08:00
metastore_test.go Use testify 2022-04-01 18:17:58 -07:00
metastore.go Remove unnecessary joinError unwrap 2023-08-21 19:03:41 -07:00