Hashtable benchmark

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marty

    #1

    Hashtable benchmark

    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
  • Mattias Sjögren

    #2
    Re: Hashtable benchmark

    [color=blue]
    >Have you seen an hashtable benchmark than show performance of different
    >way to calculate hash key regarding to the key type ?[/color]

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



    Mattias

    --
    Mattias Sjögren [MVP] mattias @ mvps.org
    http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
    Please reply only to the newsgroup.

    Comment

    Working...