Skip Menu |

This queue is for tickets about the Archive-Tar-Wrapper CPAN distribution.

Report information
The Basics
Id: 105412
Status: rejected
Priority: 0/
Queue: Archive-Tar-Wrapper

People
Owner: arfreitas [...] cpan.org
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Wishlist: Ability to stipulate alternative compression engine

Presently, it appears the choice of compression engine is limited to that provided by stock Tar.

And then, which tar compression engine is used is based on the file extension.

This limits choices in the event somebody wants to use something like Googles Zopfli compressor, which can get as much as 6% advantage over Zlib while still emitting a Gzip decodable .gz file.

In the event support is added for things like Zopfli, it is worth noting that Zopfli itself takes a parameter in the form:

    --iN

Where "N" is a number indicating a number of rounds to perform ( which is basically a time trade-off for progressively decreasing returns  )

 

Related reading:

http://www.telerik.com/blogs/maximize-compression-with-zopfli

https://github.com/google/zopfli

 

I do not see any documentation or example of the tar command where is possible to specify a compression engine. Since this is a wrapper around, I don't see why to provide features that are not available on tar itself.