Quantcast
Viewing all articles
Browse latest Browse all 4

How can I speed up hashtable lookups with struct object as keys?

When you have struct objects as the key in a hashtable, the lookup operation of the hashtable performs miserably. This can be attributes to the GetHashCode() function which is used internally to do the lookup.

Viewing all articles
Browse latest Browse all 4

Trending Articles