Heuristic Hash Functions
摘要
The main focus of this book is on the practical implementation of hash tables, with hash functions being a secondary but crucial aspect. The book starts with the assumption that the hash keys are uniformly distributed, although this is often not the case in real-world scenarios. In this chapter, I introduce you to commonly used heuristic hash functions, which are invaluable in such situations. The next chapter explores an approach that can provide stronger probabilistic guarantees, enhancing your understanding and application of hash functions. You can download the code at .