containerd / overlaybd

Overlaybd: a block based remote image format. The storage backend of containerd/accelerated-container-image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support zstd in ZFile

BigVan opened this issue · comments

In some cases, zstd has higher compression efficiency than lz4(even gzip).
We should support multiple compression algorithms in ZFile and let users choose which algorithm to use in their case.