Hashtable benchmark

  • Thread starter Thread starter Marty
  • Start date Start date
M

Marty

Hi,

Have you seen an hashtable benchmark than show performance of different
way to calculate hash key regarding to the key type ?

Thanks you :)
Marty
 
Have you seen an hashtable benchmark than show performance of different
way to calculate hash key regarding to the key type ?

No, but in general the hash key should be returned in constant time,
so you shouldn't perform any complicated calculations.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top