Date: Wed, 18 Jun 1997 17:09:45 -0400 (EDT) From: Timothy Robb To: djgpp AT delorie DOT com Subject: Hash Tables Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk I've just recently finished designing a hash table class for strings and was wondering if I could get some critism on it's design and suggestions for improving it. You can download it from http://www.geocities.com/SiliconValley/Vista/7489/hash.tar.gz and it is only 6344 bytes in size. One thing I would like to improve is the hash function. One more thing, can someone explain the idea behind a Double Prime Hash Table, http://www.cris.com/~Ttwang/tech/primehash.htm Timothy Robb