Project

General

Profile

Feature #34

gzip and bzip2 converters pack -9

Added by Eric Krausser over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Category:
Project
Target version:
-
Start date:
01/16/2012
Due date:
% Done:

0%

Estimated time:

Description

Converters gzip and bzip2 should pack with highest compression level by default, because
LooX: "it's embedded.. any byte counts"

patch appended

gzip_and_bzip2_pack_best.patch (890 Bytes) gzip_and_bzip2_pack_best.patch Eric Krausser, 01/16/2012 01:45 AM

History

#1 Updated by Oleksandr Rybalko over 12 years ago

Eric Krausser wrote:

Converters gzip and bzip2 should pack with highest compression level by default, because
LooX: "it's embedded.. any byte counts"

patch appended

It is not a good idea, since it will take much longer on build and a bit longer on boot.
We have CONVERTER_BZ2_FLAGS and CONVERTER_GZ_FLAGS for peoples who want to use other than default values.
It even possible to set in on build start (since we initialize it with ?= )
make TARGE_PAIR=... CONVERTER_GZ_FLAGS="--stdout -9"

Will not close yet the PR for now, maybe someone show better argument than me.

#2 Updated by Oleksandr Rybalko over 12 years ago

  • Category set to Project
  • Status changed from New to Closed

Applied.

Also available in: Atom PDF