home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / compress / misc / xpk / docs / shri.doc < prev    next >
Text File  |  1995-02-27  |  2KB  |  60 lines

  1.  
  2.  
  3.                                    SHRI
  4.                                   ======
  5.  
  6.                             xpkSHRI.library
  7.  
  8.                          Version 0.3 Beta Release
  9.                     Copyright 1992 by Matthias Meixner
  10.  
  11.  
  12.  
  13.                             License/Disclaimer
  14.                             ------------------
  15.  
  16.     This library may be freely distributed with the XPK compression
  17. package, as long as it is kept in its original, complete, and unmodified
  18. form.  It may not be distributed by itself or in a commercial package of
  19. any kind without my written permission.
  20.  
  21.     This program is distributed in the hope that it will be useful, but
  22. WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  23. or FITNESS FOR A PARTICULAR PURPOSE.
  24.  
  25.  
  26.                                 Description
  27.                                 -----------
  28.  
  29.     SHRI is an XPK packer sublibrary which implements a highly for
  30. compression rate optimized compressor, that uses offset/len encoding with
  31. adaptive arithmetic aftercoding for best compression results. Its
  32. compression rate is better than that of most other packers, e.g. lha,
  33. zoo or powerpacker.
  34.  
  35.     It supports 7 modes, which differ in the size of the dictionary:
  36.     (Speeds in Bytes/sec)
  37.  
  38.     Modes   Dictsize   CF     CSpd      USpd
  39.     -----   --------   --     ----      ----
  40.     
  41.      0..14      1K   48.1%    8337      9124
  42.     15..28      2K   49.4%    8395      9224
  43.     29..42      4K   50.4%    8495      9521
  44.     43..56      8K   51.1%    8213      9732
  45.     57..70     16K   51.6%    7482      9976
  46.     71..84     32K   51.9%    6916     10195
  47.     85..100    64K   52.4%    6207     10364
  48.  
  49.  
  50.                          Contact Address
  51.                          ---------------
  52.  
  53.     Matthias Meixner
  54.     Sandberg 13
  55.     6417 Hofbieber 2
  56.     Germany
  57.  
  58.     meixner@rbhp56.rbg.informatik.th-darmstadt.de
  59.  
  60.