From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9cecf056761bd1d9 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Data compression (in Ada) Date: 1996/07/01 Message-ID: #1/1 X-Deja-AN: 163303319 references: <31D41C54.794BDF32@mailgw.sanders.lockheed.com> <4r200g$lh6@usenet.srv.cis.pitt.edu> <4r8jmn$5bq@mulga.cs.mu.OZ.AU> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-07-01T00:00:00+00:00 List-Id: Fergus said ">LZW is a good general-purpose compression method though there are times >when LZW compression actually expands the size instead of reducing it. This is true of *any* non-lossy compression method." Well yes, but this is an uninteresting observation, since it is trivial to limit this increase in size to a single bit (simple proof, use the first bit in the file to indicate whether or not the remaining bits have been compressed at all!)