Re: [PATCH v2 1/2] libdpkg: let backends decide default compression level
Guillem Jover wrote:
> > +static const char default_gz_compression = '9';
> > +static const char default_bz2_compression = '9';
> > +static const char default_lzma_compression = '9';
>
> I added a default_level member to ‘struct compressor’. Wich gets
> initialized to those values.
FWIW I really liked the commit before this, 95b61194 (libdpkg:
Centralize compressor knowledge into the compress module, 2010-01-27).
A good way of making sense of everything else. The details after that
all look sensible.
Reply to: