Posts Tagged ‘speed tests’

HashTable vs Dictionary<>

I’ve been using a Hashtable in my DBObject because, well, I’ve never seen any problems with it. But some people on the internet seem to hate the HashTable (something I’ve never understood.) So I decided to run my own test.
I ran two tests, one with a HashTable that uses a string as the Key vs [...]

Read the rest of this entry »