
zstd is a compression algorithm that has a very fast decoder, while providing also good compression ratios. The fast decoder makes it suitable for container images, as decompressing the tarballs is a very expensive operation. https://github.com/opencontainers/image-spec/pull/788 added support for zstd to the OCI image specs. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
17 lines
363 B
Plaintext
17 lines
363 B
Plaintext
cmd/snappytool/snappytool
|
|
testdata/bench
|
|
|
|
# These explicitly listed benchmark data files are for an obsolete version of
|
|
# snappy_test.go.
|
|
testdata/alice29.txt
|
|
testdata/asyoulik.txt
|
|
testdata/fireworks.jpeg
|
|
testdata/geo.protodata
|
|
testdata/html
|
|
testdata/html_x_4
|
|
testdata/kppkn.gtb
|
|
testdata/lcet10.txt
|
|
testdata/paper-100k.pdf
|
|
testdata/plrabn12.txt
|
|
testdata/urls.10K
|