home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / Programy / MorphOS / xpkBZP2.readme < prev    next >
Encoding:
Text File  |  2001-02-16  |  1.4 KB  |  35 lines

  1. Short:    Bzip2 xpk compression library (68k,WarpOS,MorphOS) V1.5
  2. Author:   oliver@futaura.co.uk (Oliver Roberts)
  3. Uploader: oliver@futaura.co.uk (Oliver Roberts)
  4. Version:  1.5
  5. Type:     util/pack
  6. Requires: OS 3.0+,68020+,xpkmaster.library
  7.  
  8. Changes since previous release:
  9.  
  10.  - Compression speed: 5% faster for WarpOS and 20-30% faster for 68k
  11.  - Decompression speed: 15% faster for WarpOS and 3-5% faster for 68k
  12.  - Added a native MorphOS version of the library
  13.  - Recoded much of the library startup code
  14.  - Modified internal structure of the WarpOS version, to totally safeguard
  15.    against cache conflicts (may have caused rare random crashes)
  16.  
  17.  
  18. DESCRIPTION
  19.  
  20. Julian Sadler's bzip2 compresses files using the Burrows-Wheeler block
  21. sorting text compression algorithm, and Huffman coding. Compression is
  22. generally considerably better than that achieved by more conventional
  23. LZ77/LZ78-based compressors, and approaches the performance of the PPM
  24. family of statistical compressors.
  25.  
  26. xpkBZP2.library uses the same compression algorithm as bzip2, and allows
  27. you to compress files with the same high crunch factor as bzip2, but under
  28. the XPK interface.
  29.  
  30. In summary, xpkBZP2.library offers generally a very high compression ratio,
  31. typically around 70-90%.  Of course, there's no such thing as a free lunch,
  32. and the downside is that the compression routines require lots of memory,
  33. although there are modes available which use less memory, at the expense of
  34. compression efficiency.
  35.