home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / beos / utils / bzip2-0.1pl2 < prev    next >
Text File  |  1998-02-10  |  2KB  |  34 lines

  1. ======================================
  2.                  File:  bzip2-0.1pl2.zip
  3.            Author:  Michael Griebling (grieblm@inforamp.net)
  4.          Release:  V0.1pl2 for BeOS, 27 Sep 1997
  5. Compatibility:  PR
  6.         Location:  contrib/utilities
  7.     Description:  Gzip-like utility with much better compression.
  8.              Notes:  Now includes precompiled binaries.
  9. Bzip2  compresses  files  using the Burrows-Wheeler block-sorting 
  10. text compression algorithm,  and  Huffman  coding.
  11. Compression  is  generally  considerably  better than that
  12. achieved by more conventional LZ77/LZ78-based compressors,
  13. and  approaches  the performance of the PPM family of statistical 
  14. compressors.  It is around twice as fast at compression and six
  15. times faster at decompression than other compressors and it
  16. is patent-free.  This archive includes a pre-compiled version for
  17. BeOS and DOS.
  18.  
  19. The command-line options are deliberately very similar  to
  20. those of GNU Gzip, but they are not identical.
  21.  
  22. This program is a descendant of the bzip program,  version
  23.  0.21,  which  I released in August 1996.  The primary difference 
  24. of bzip2 is its avoidance of the possibly patented
  25. algorithms  which  were  used  in 0.21.  bzip2 also brings
  26. various useful refinements (-s,  -t),  uses  less  memory,
  27. decompresses  significantly  faster,  and  has support for
  28. recovering data from damaged files.
  29.  
  30. I only ported this package to the BeOS so please direct 
  31. your comments and questions to the original author Julian 
  32. Seward at: jseward@acm.org or visit his home page 
  33. at http://www.muraroa.demon.co.uk/
  34. ======================================