I have some very large files I need to do quick lookups on --like 60K records. The files are static -not updated. From what I've read a "perfect hash" is the fastest way to go. I'm new to the hash algorithm although I understand the basic concept but I am ignorant of the mechanics of it. Anyone know a good link to get started with writing hash algorithms? "Hashes for dummies"?