public marks

PUBLIC MARKS from sylvainulg with tags tutorial & hashing

12 January 2009 11:00

hash_functions [smallcode]

an interesting review of hash functions and their performance over different sets of keys. Note that he measure the actual time for hashing + scanning through a collision list rather than just counting the numbers of collisions.