错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Heuristic Hash Functions

  • Thomas Mailund

摘要

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 .