You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.
I did some benchmarks with big images after #33 and the conversion is around 40% slower. This is so because we're compressing each layer and decompressing it when we squash to compress the squashed image again.
I think generating one ACI for each layer is a rather uncommon use case so compressing only the squashed image would be acceptable.
I did some benchmarks with big images after #33 and the conversion is around 40% slower. This is so because we're compressing each layer and decompressing it when we squash to compress the squashed image again.
I think generating one ACI for each layer is a rather uncommon use case so compressing only the squashed image would be acceptable.
We could also consider using https://github.com/klauspost/pgzip to make it even faster.
The text was updated successfully, but these errors were encountered: