Re: [gentoo-portage-dev] [PATCH v2] prepman: do not compress files =128 bytes

2014-01-21 Thread Mike Frysinger
On Thursday 21 March 2013 20:17:30 Mike Frysinger wrote: On Thursday 21 March 2013 19:25:08 James Cloos wrote: MF == Mike Frysinger vap...@gentoo.org writes: MF realistically, there are no man pages that are under 4k. look at the MF referenced bug for more details. Oh. I didn't look

Re: [gentoo-portage-dev] [PATCH v2] prepman: do not compress files =128 bytes

2013-03-23 Thread James Cloos
MF == Mike Frysinger vap...@gentoo.org writes: MF the subject does say prepman ;) I guess that blended in with the [] sections; all I remember noticing in the subject was the text after the last colon -JimC -- James Cloos cl...@jhcloos.com OpenPGP: 1024D/ED7DAEA6

Re: [gentoo-portage-dev] [PATCH v2] prepman: do not compress files =128 bytes

2013-03-21 Thread Sergei Trofimovich
On Thu, 21 Mar 2013 07:51:49 -0400 James Cloos cl...@jhcloos.com wrote: MF == Mike Frysinger vap...@gentoo.org writes: MF +SIZE_LIMIT='128' The limit probably should be larger, given that nothing which fits into one filesystem block will use less space compressed. While it's usually

Re: [gentoo-portage-dev] [PATCH v2] prepman: do not compress files =128 bytes

2013-03-21 Thread Mike Frysinger
On Thursday 21 March 2013 07:51:49 James Cloos wrote: MF == Mike Frysinger vap...@gentoo.org writes: MF +SIZE_LIMIT='128' The limit probably should be larger, given that nothing which fits into one filesystem block will use less space compressed. In many cases a limit of 4096 would be

[gentoo-portage-dev] [PATCH v2] prepman: do not compress files =128 bytes

2013-03-20 Thread Mike Frysinger
The vast majority of these small files do not compress better than their inputs, and they're just .so redirection. Omit compression on them to save disk and cpu and speed things up. URL: http://bugs.gentoo.org/169260 Signed-off-by: Mike Frysinger vap...@gentoo.org --- v2 - fix printf

Re: [gentoo-portage-dev] [PATCH v2] prepman: do not compress files =128 bytes

2013-03-20 Thread Zac Medico
On 03/20/2013 01:41 AM, Mike Frysinger wrote: The vast majority of these small files do not compress better than their inputs, and they're just .so redirection. Omit compression on them to save disk and cpu and speed things up. URL: http://bugs.gentoo.org/169260 Signed-off-by: Mike