Re: Compression figures, anyone?



On Fri, 5 Sep 2008, Greg Price wrote:

Hi.

My semi-facetious remark about ZIP archives got me wondering
about what sort of compression ratios users of compressed
extended-format data sets are getting.

From my reading, SMS uses LZW type compression. I guess that is what ZIP
uses as well.


Zipping text can get 75% to 90% compression (ie. reducing the
data to 25% to 10% of its size). How's that compare?

Of course, no matter what the size reduction is, I'd expect it
to use a lot less CPU time than a zipping app.

How much money are you willing to lose on this? In our testing on a z800
(may be better now), SMS compression was "too expensive" in terms of CPU
to implement in a general case. SMS compression is likely implemented in
millicode, so it will not be __significantly__ faster than an optimal
HLASM implementation LZW, which I assume ZIP has.


So, anyone care to share?

TIA,
Greg P.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
Q: What do theoretical physicists drink beer from?
A: An EIN stein.

Maranatha!
John McKown

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

.



Relevant Pages

  • Re: WinZip vs. WinRar
    ... Not quite true - there are three types of general lossless compression ... Native support for archives as "compressed folders" ... NTFS file compression ...
    (microsoft.public.windowsxp.general)
  • Re: Looking for a copy of TDLs ZASM
    ... HOW do I get the files out of the .lbr File ... Some archives are self extracting, ... One very good library extract program is called lbrext.com. ... current compression standards. ...
    (comp.os.cpm)
  • Re: zlib and zip files
    ... I need to decompress zip archive. ... The zlib module is for reading and writing the gzip compression format, used by the gzip program; it is not the same as a zip archive a la PKZip. ... The zipfile module will let you read and write zip archives. ... The gzip compressor and decompressor can work on the fly, but the format that it produces is a bit other than the format of compressed data zipfile. ...
    (comp.lang.python)
  • Re: tar
    ... > the tar file use gzip or bzip2 to do the compression. ... > My version of tar does not allow compressed archives as multivolume, ... I wrote a small script to backup 3 files encrypt them then send them via ...
    (Fedora)
  • Re: Alternative to arj
    ... Linux Journal reviewed compression tools in issue 137: ... An integrated tool like that would go against the unix philosophy of ... create archives are cpio and tar. ... you would use an external tool (gpg) for that. ...
    (Debian-User)