home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / HILFEN / SYSTEM / RECONFI2 / READ.ME < prev    next >
Text File  |  1993-12-01  |  1KB  |  27 lines

  1.    COMPRESS is a data compression routine for text files.  While only it 
  2. handles one file at a time, it is faster and compresses better than ARC51.
  3.  
  4.    The following table is the result of a test in which the source to the 
  5. COMPRESS program was both ARC'd and compressed.  The size of the original
  6. file is 54754 bytes.
  7.  
  8.        Program  : time to compress    :   size of compressed file
  9.        ----------------------------------------------------------
  10.             arc :     24 seconds      :   24189
  11.        compress :     12 seconds      :   22297
  12.  
  13.    In addition to the above virtues, this routine comes with source and
  14. it works not only under MSDOS, but under VMS and various UNIX machines as
  15. well.  For more information see the documentation file "compress.man" and
  16. the comments within the source file.
  17.  
  18.    Should you wish to contribute, it should be to the authors listed
  19. in the source file (compress.c).
  20.  
  21.    The contents of the disk are:
  22.  
  23.   54754 11/11/87 23:44:50 - compress.c
  24.   19945 11/11/87 23:50:46 - compress.exe   (13 bit version)
  25.    8074  7/21/87 20:24:16 - compress.man
  26.    1147 11/12/87  0:00:54 - read.me
  27.