@pkhuong I'm reading your article http://pvk.ca/Blog/more_numerical_experiments_in_hashing.html
There is a claim that I would like to understand better: "The table’s layout is independent of the insertion order."
To me, it seems that for two keys that hash to the same value, the relative order of the entries will depend on which is inserted first, even though they will be in adjacent slots. Am I understanding that wrong?
So, by layout, do you just mean which slots are occupied, and not the order of entries?