Data Structures and Algorithms Lecture Notes

27 April 2011 • Hashing In Practice


The collisions increased when the table size increased because Bloom filters (and hash tables in general) are sensitive to a number of parameters, not just gross size measures. In particular, hash functions are complicated enough to make ineffective simple-minded performance-improving heuristics, such as “more is better.”
This page last modified on 2006 January 24.