6 A better hash function

The current hash function works okay, but it is insensitive to the ordering of letters. We should look into a better hash function.

 6.1 Shift-add
 6.2 Multiply by a large prime number
 6.3 The perfect hash function
 6.4 Conclusion?