mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: Compression algorithm in cloop
@ 2004-08-11 16:45 Phillip Lougher
  2004-08-11 17:21 ` Grzegorz Kulewski
  2004-08-11 17:58 ` Lei Yang
  0 siblings, 2 replies; 7+ messages in thread
From: Phillip Lougher @ 2004-08-11 16:45 UTC (permalink / raw)
  To: leiyang; +Cc: linux-kernel

 > Hello,
 >
 > I am trying to do some experiment on compression ratios with cloop. I
 > know that currently cloop uses zlib. How can I change it to other
 > algorithms?

Changing the algorithm from gzip is going to be probably unpopular.
Cloop uses the gzip deflate library inside the kernel shared by a
large number of other programs.  To change the algorithm you'll have
to add more (private) decompression code to the kernel.  This is a retrograde
step because the shared library was only introduced in 2.4.17 to avoid lots
of private copies of gzip.

 > Where should I start from? Really a newbie to this,
 > appreciate any comments and suggestions!!

There has been discussion on this list before about adding
bzip2 support to the kernel.  Do a search on the list for this.

Regards

Phillip


^ permalink raw reply	[flat|nested] 7+ messages in thread
* Compression algorithm in cloop
@ 2004-08-11 15:43 Lei Yang
  0 siblings, 0 replies; 7+ messages in thread
From: Lei Yang @ 2004-08-11 15:43 UTC (permalink / raw)
  To: linux-kernel, Kernel Newbies Mailing List

Hello,

I am trying to do some experiment on compression ratios with cloop. I 
know that currently cloop uses zlib. How can I change it to other 
algorithms? Where should I start from? Really a newbie to this, 
appreciate any comments and suggestions!!

TIA.
Lei

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-08-11 18:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <411A348D.9070808@nec-labs.com>
     [not found] ` <411A50CD.3070908@gentoo.org>
2004-08-11 17:19   ` Compression algorithm in cloop Lei Yang
2004-08-11 16:45 Phillip Lougher
2004-08-11 17:21 ` Grzegorz Kulewski
2004-08-11 17:19   ` Randy.Dunlap
2004-08-11 17:58 ` Lei Yang
2004-08-11 18:24   ` Paulo Marques
  -- strict thread matches above, loose matches on Subject: below --
2004-08-11 15:43 Lei Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome