[PATCH 3/5] jffs2: Add a "favourlzo" compression mode to jffs2

2007-05-04 Thread Richard Purdie
Add a "favourlzo" compression mode to jffs2 which tries to optimise by size but gives lzo an advantage when comparing sizes. This means the faster lzo algorithm can be preferred when there isn't much difference in compressed size (the exact threshold can be changed). Signed-off-by: Richard Purdie

Re: [PATCH 3/5] jffs2: Add a "favourlzo" compression mode to jffs2

2007-05-01 Thread Randy Dunlap
On Tue, 01 May 2007 15:47:12 +0100 Richard Purdie wrote: > Add a "favourlzo" compression mode to jffs2 which tries to > optimise by size but gives lzo an advantage when comparing sizes. > This means the faster lzo algorithm can be preferred when there > isn't much difference in compressed size (th

[PATCH 3/5] jffs2: Add a "favourlzo" compression mode to jffs2

2007-05-01 Thread Richard Purdie
Add a "favourlzo" compression mode to jffs2 which tries to optimise by size but gives lzo an advantage when comparing sizes. This means the faster lzo algorithm can be preferred when there isn't much difference in compressed size (the exact threshold can be changed). Signed-off-by: Richard Purdie