home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / programm / 15000 < prev    next >
Encoding:
Text File  |  1992-09-04  |  3.9 KB  |  88 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!uw-beaver!cornell!dawson
  3. From: dawson@cs.cornell.edu (Dawson Dean)
  4. Subject: Best text compression
  5. Message-ID: <1992Sep4.150216.26146@cs.cornell.edu>
  6. Organization: Cornell Univ. CS Dept, Ithaca NY 14853
  7. Date: Fri, 4 Sep 1992 15:02:16 GMT
  8. Lines: 78
  9.  
  10.  
  11. I sent a message to the original poster last night, but it must
  12. have bounced cuz I havent seen it on the net. Then, I see
  13. everyone saying how swell Huffman is and I've got to put in
  14. my own 2 cents. Its been my experience that a good lzw implementation
  15. blows away Huffman and the best public domain lzw I know of is 
  16. built by Ross Williams, and is called lzrw. There are 5 versions
  17. that have different speed/compression tradeoffs, but all are great.
  18.  
  19. You can ftp these from sirius.ucs.adelaide.edu.au or check archie
  20. for other archives. Plus, check out comp.compression and
  21. comp.compression.research, for the latest scoop from many people
  22. (including Ross Williams) who know lots more about this stuff
  23. than me.
  24.  
  25. Here is the readMe from the lzrw release....
  26. ----------------
  27. DATA COMPRESSION DIRECTORY
  28. ==========================
  29. Date   : 04-Apr-1992.
  30. Author : Ross Williams (ross@spam.ua.oz.au)
  31.  
  32. This file gives an overview of the data compression directory of the
  33. anonymous ftp archive located at the University of Adelaide, South
  34. Australia. The exact location of the directory is:
  35.  
  36.    Machine   : sirius.itd.adelaide.edu.au    [IP=129.127.40.3]
  37.    Directory : pub/compression
  38.  
  39. The directory mostly contains public domain data compression
  40. algorithms developed by Ross Williams during early 1991. It also
  41. contains one or two other items of interest.
  42.  
  43. The files in this directory may be compressed. Files that are
  44. compressed will have names terminating with ".Z" and will have to be
  45. uncompressed before use (using the Unix "uncompress" command). I
  46. wouldn't trust my files to a data compression algorithm :-), but the
  47. system programmer who put the files there for me (I do not have direct
  48. control over this archive) seems to think that it is a good idea.
  49.  
  50. Ross Williams
  51. 21-Aug-1991
  52.  
  53. 0readme         - This descriptive file.
  54. dc_stan_just    - Justification of dc_stan_spec.
  55. dc_stan_spec    - Proposal for data compression interface standard.
  56. dc_stan_stream  - Revised proposed standard.
  57. dcc91_report    - Report on 1991 Data Compression Conference.
  58. fast_copy.68000 - Fast block move routine for 68000 microprocessor.
  59. lzrw1-a.68000   - LZRW1-A algorithm implemented in 68000 assembler.
  60. lzrw1-a.c       - LZRW1-A algorithm implemented in C
  61. lzrw1-a.txt     - Release notes for LZRW1-A algorithm.
  62. lzrw1.68000     - LZRW1 algorithm implemented in 68000 assembler.
  63. lzrw1.c         - LZRW1 algorithm implemented in C.
  64. lzrw1.tex       - DCC91 conference paper describing LZRW1 algorithm.
  65. lzrw2.c         - LZRW2 algorithm implemented in C.
  66. lzrw2.txt       - Release notes for LZRW2 algorithm.
  67. lzrw3-a.c       - LZRW3-A algorithm implemented in C.
  68. lzrw3-a.txt     - Release notes for LZRW3-A algorithm.
  69. lzrw3.c         - LZRW3 algorithm implemented in C.
  70. lzrw3.txt       - Release notes for LZRW3 algorithm.
  71. lzrw4.txt       - Description of LZRW4 algorithm (not yet implemented).
  72. lzrw45_covering - Release notes for LZRW4 and LZRW5 descriptions.
  73. lzrw5.txt       - Description of LZRW5 algorithm (not yet implemented).
  74. lzrw_headers.h  - Header files (.h files) for C code.
  75. puzzlebox_provpatent - Provisional patent for puzzle box.
  76. rw_info         - Information about Ross Williams and his activities.
  77.  
  78. WARNING: A patent has recently arisen that may cover one or more of
  79. these algorithms. Please refer to the file rw_info for more
  80. information.
  81.  
  82. --<End of 0readme file for the compression directory>
  83. -- 
  84. ******************************************************************
  85. Dawson Dean                       Internet: dawson@cs.cornell.edu
  86. Dept. of Computer Science         Office:   (607) 255-1179
  87. Cornell University
  88.