My task is to create a hash function that will load a dictionary of about 150,000 words. My goal in the program is to make a spellchecker, so I need the hash table to have a fast lookup time. Anyone have an idea of a hash function that could generate such a table?
(im coding in C++)