home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / LZSSU102.ZIP / README.DOC < prev   
Text File  |  1995-06-14  |  1KB  |  34 lines

  1. So boys and girls...
  2.  
  3. Here is just a ritual doc file, couz i hate to write READMEs! ;)
  4. Okay, LZSSUNIT.PAS is my source unit for Borland (Turbo) Pascal for 
  5. implementation of LZSS (LZ77) compression algorithm in your programs.
  6. It is designed to work with all three DOS, DPMI and Windows platforms 
  7. of Borland Pascal 7.0. Extremely clear example to show the use of this
  8. unit and very easy implementation.
  9.  
  10. One note: I figured out that it compresses and decompresses files faster 
  11. and better! than similar Microsoft COMPRESS/EXPAND utilities used by the
  12. slow Microsoft Setup program. Microsoft COMPRESS uses the same algo, however.
  13.  
  14. The source code provided is all Public Domain and thus no charge is
  15. required for the author. Use at your own risk and modify as you wish.
  16. Thanks send to:
  17.  
  18. Mr. Byte (aka Andrew Eigus)
  19. SysOp of AndRew's BBS : +371-2-559777 (14400/V32b/V42b) 1 node
  20. Fidonet: 2:5100/33
  21. Internet: aeigus@fgate.castle.riga.lv, mrbyte@dcbalt.vernet.lv,
  22.       andrejs@ltu-po.swh.lv
  23.  
  24. If you still love the source so much, you may send me "support" to:
  25.  
  26. Andrew Eigus
  27. Vaidavas str. 13-51
  28. LV-1084 Riga
  29. LATVIA
  30.  
  31. You will be then automatically forwarded new versions as soon as they come out.
  32.  
  33. Enjoy! :)
  34.