home *** CD-ROM | disk | FTP | other *** search
/ Internet File Formats / InternetFileFormatsCD.bin / graphics / tiff / unix / archive.z / archive / text0083.txt < prev    next >
Encoding:
Text File  |  1995-09-20  |  788 b   |  24 lines

  1.  
  2. Elicited by trying to convert page 12 of HAKMEM, as obtained from MIT
  3. Artificial Intelligence Lab.
  4.  
  5. Sources came as v3.3beta021.src.tar.gz.
  6.  
  7. File "contrib/fax2ps/fax2ps.c", rev 1.32.
  8.  
  9. There is a constant CODEHASH = 8209, used in construction of a hash table.
  10.  
  11. In principle, the size of the table "maxcodes" is increased from its
  12. initial value "MAXCODES = 6000" when the number of entries "ncodes"
  13. becomes too great.
  14.  
  15. However, when the number of entries "ncodes" becomes equal to 8209, the
  16. search through the table (lines 45-58 of fax2ps.c) seems to take
  17. forever.
  18.  
  19.     carl
  20.         carl lowenstein         marine physical lab     u.c. san diego
  21.         {decvax|ucbvax} !ucsd!mpl!cdl                 cdl@mpl.ucsd.edu
  22.                                                   clowenstein@ucsd.edu
  23.  
  24.