On Dec 6, 2010, at 9:13 AM, Alex Kozlov wrote:
> On Tue, Dec 07, 2010 at 02:03:50AM +0900, Norikatsu Shigemura wrote:
>>      .xz smaller than .gz, but effective is about 96.2%:-(.
> 
> Some time ago I do similar tests. Changing compression for base man's to bz2 
> or xz doesn't make much sense.

Oh, agreed.  The issue with small files is that they will always take up at 
least one sector [*]; different compression routines don't gain any benefit if 
they don't change the number of sectors needed to store the file.

More than half of the manpages end up as 1K .gz catman files as it is; ~90% are 
2K or smaller.

Regards,
-- 
-Chuck

[*]: 1K seems to be the smallest fragment size on the particular filesystem I 
was looking at, rather than DEV_BSIZE, ie a 512 byte sector....

_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to