home *** CD-ROM | disk | FTP | other *** search
/ YPA: Your Privacy Assured / YPA.ISO / other_goodies / music / deli211.lha / DeliTracker_II / Files / xpkSHRI.lha / SHRI.doc next >
Text File  |  1993-11-23  |  2KB  |  71 lines

  1.  
  2.  
  3.                                    SHRI
  4.                                   ======
  5.  
  6.                             xpkSHRI.library
  7.  
  8.                         Version 1.0 (25 Aug 1993)
  9.                     Copyright 1993 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.  
  37.    Modes   Dictionarysize
  38.    ------  --------------
  39.     0- 14     1k
  40.    15- 28     2k
  41.    29- 42     4k
  42.    43- 56     8k
  43.    57- 70    16k
  44.    71- 84    32k
  45.    85-100    64k
  46.  
  47. A larger dictionarysize gives a higher compression rate but slows down the
  48. compression.
  49.  
  50.                           History
  51.                           -------
  52.  
  53. V0.2  First public Release
  54. V0.3  XpksPackChunk retured XPKERR_CORRUPT instead of XPKERR_EXPANSION
  55.       - Bug fixed in V0.3
  56. V0.4  SHRI could not decompress files, which where partly compressable
  57.       - Bug fixed in V0.4
  58. V1.0  New Version with improved compression- and decompressionspeed
  59.  
  60.  
  61.                        Contact Address
  62.                        ---------------
  63.  
  64.     Matthias Meixner
  65.     Sandberg 13
  66.     36145 Schwarzbach
  67.     Germany
  68.  
  69.     meixner@rbg.informatik.th-darmstadt.de
  70.  
  71.