1993.06.07 10:58 "TIF_LZW hash table size", by Gerardo Gallardo

1993.06.21 19:00 "Re: TIF_LZW hash table size", by Sam Leffler

Today i 've been compiling the LZW module for DOS and using Turbo C 2.0 and I found a problem. there is a hash table into an array of HSIZE size, but it is too large to be just an array. HSIZE is 9001, can it be a lower number without any problem????

You can lower the number, but beware that making it too small can significantly slow down the code. You should also be sure to choose your smaller number to be a prime number.

Sam