home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / arc / lino / doc / zeno.doc < prev   
Encoding:
Text File  |  1995-04-13  |  1.5 KB  |  58 lines

  1.  
  2.                ZENO
  3.                LZ78-Packer V1.0
  4.           (c) 1994 Gerhard Tuenkler
  5.  
  6.  
  7.               License/Disclaimer
  8.               ------------------
  9.  
  10.  This library may be freely distributed, as long as it is kept in its
  11.  original, complete, and unmodified form.
  12.  It may not be distributed in a commercial package of any kind without
  13.  my permission.
  14.  
  15.  
  16.              Description
  17.              -----------
  18.  
  19.  ZENO is a LZ78-Packer, that keeps a dictionary of byte sequences in memory
  20.  and output a code up to the length of selected code size.
  21.  Its typical for those packers, that the compression ratio is better with
  22.  data files than with executables.
  23.  
  24.  The differences to Bryan Fords 'BLZW' are, that ZENO's unpacking speed is
  25.  more less, but memory use is less and compression ratio is better with
  26.  lower modes.
  27.  
  28.  It was not possible for me to test the library with the standard
  29.  XPK benchmark system (xbench, A3000/25 w. SCRAM, AmigaVision executable),
  30.  but the values in the table below should be good approaches.
  31.  
  32.  
  33.  Mode      Code      Packing   Unpacking    Packing   Unpacking   Compression
  34.  Range      Size      Memory     Memory     Speed        Speed     Ratio
  35.  ------------------------------------------------------------------------
  36.  0-33       12        30           12      140         240     32.0%
  37.  34-66       13        50           24      140         240     32.0%
  38.  67-100    14        90           48      140         240     32.0%
  39.  
  40.  
  41.  
  42.  
  43.                Contact Address
  44.                ---------------
  45.  
  46.  Gerhard Tuenkler
  47.  Th. Koerner Str. 40/3/11
  48.  A-8010 Graz
  49.  AUSTRIA
  50.  EUROPE
  51.  
  52.  or (summer, winter, holidays):
  53.  
  54.  Gerhard Tuenkler
  55.  A-8551 Wies 23
  56.  AUSTRIA
  57.  EUROPE
  58.