Define Properties to Ensure Good Search Performance
A hashing function h should possess the subsequent properties to make sure good search performance:
a. The hashing function should not be sensitive to the symbols employed in some source program. That is it should carry out equally well for different source programs.
b. The hashing function h should execute sensibly fast.